【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. 

相关文章
相关标签/搜索