【PHP words+perception+trips】

PHP    弱類型語言,大小寫敏感,腳本語言(解釋性,文本文件執行),服務端。php


OOP [Object Oriented Programming]
html

SAPI [Server Application Programming Interface ]服務器端應用編程端口。它就是PHP與其它應用交互的接口 link正則表達式

timestamp[時間戳]一般是一個字符序列,惟一地標識某一刻的時間。數字時間戳技術是數字簽名技術一種變種的應用。算法

CGI[Common Gateway Interface]通用網關接口,鏈接網頁與WEB服務器中的執行程序。SAPI的一種。apache

Regex[Regular Expression]正則表達式:正則表達式30分鐘入門教程編程



SAPIapi

服務器端應用編程端口。它就是PHP與其它應用交互的接口,PHP腳本要執行有不少種方式,經過Web服務器,或者直接在命令行下,也能夠嵌入在其餘程序中。
SAPI提供了一個和外部通訊的接口,常見的SAPI有:cgi 、fast-cgi、cli、isapi、apache 模塊的 DLL
服務器



探討PHP頁面跳轉幾種實現技巧
app

【php mcrypt】Mcrypt擴展庫能夠實現加密解密功能,就是既能將明文加密,也能夠密文還原。ide


This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". CFB/OFB are 8bit by default.

Mcrypt庫支持20多種加密算法和8種加密模式,具體能夠經過函數mcrypt_list_algorithms()和mcrypt_list_modes()來顯示

【hash函數】簡單的說就是一種將任意長度的消息壓縮到某一固定長度的消息摘要的函數。

phar 】The phar extension provides a way to put entire PHP applications into a single file called a "phar" (PHP Archive) for easy distribution and installation. 

相關文章
相關標籤/搜索