strptime
(PHP 5 >= 5.1.0, PHP 7) strptime — 解析由 strftime() 生成的日期/時(shí)間
阿神 2016-12-15 13:28:56 1431
hash_pbkdf2
(PHP 5 >= 5.5.0, PHP 7) hash_pbkdf2 — 生成所提供密碼的 PBKDF2 密鑰導(dǎo)出
阿神 2016-12-01 11:51:47 4228
hash_file
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) hash_file — 使用給定文件的內(nèi)容生成哈希值
阿神 2016-12-01 11:26:54 1662
hash_hmac
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) hash_hmac — 使用 HMAC 方法生成帶有密鑰的哈希值
阿神 2016-12-01 11:41:51 5818
hash_hmac_file
(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1) hash_hmac_file — 使用 HMAC 方法和給定文件的內(nèi)容生成帶密鑰的哈希值
阿神 2016-12-01 11:37:17 913
$php_errormsg
$php_errormsg 變量包含由 PHP 生成的最新錯(cuò)誤信息。這個(gè)變量只在錯(cuò)誤發(fā)生的作用域內(nèi)可用,并且要求 track_errors 配置項(xiàng)是開(kāi)啟的(默認(rèn)是關(guān)閉的)。
阿神 2016-11-23 17:33:13 1026
bcompiler,PHP字節(jié)碼編譯器
Bcompiler 由于以下若干原因而寫(xiě)成: ?在一個(gè)專(zhuān)有的 PHP 應(yīng)用程序里對(duì)整個(gè)腳本進(jìn)行編碼 ?在一個(gè)專(zhuān)有的 PHP 應(yīng)用程序里對(duì)一些類(lèi)或者函數(shù)進(jìn)行編碼 ?使生產(chǎn)環(huán)境中的 php-gtk 產(chǎn)品應(yīng)用于桌面客戶(hù)端,而無(wú)需 php.exe。 ?PHP 到 C 轉(zhuǎn)換器的可行性研究
阿神 2016-11-26 09:44:27 8203