App下載

詞條

大約有 6,000 項符合查詢結果 ,庫內數據總量為 78,250 項。(搜索耗時:0.4681秒)

2441.PHP8 Phar::decompressFiles

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::d ecompressFiles — 解壓縮當前 Phar 存檔中的所有文件說明public Phar::decompressFiles(): boolvoid注意:此方法需要 將 中的 設為 以適合 Phar 對象. 否則, 將拋出PharException.php.iniphar.readonl...

http://www.o2fo.com/phpchinese/php8-phar-decompressfiles.html

2442.PHP8 密碼散列算法 預定義常量

下列常量作為 PHP 核心的一部分總是可用的。PASSWORD_BCRYPT (字符串)PASSWORD_BCRYPT用于創(chuàng)建新密碼 使用 CRYPT_BLOWFISH 算法的哈希值。這將始終導致使用“$2y$”加密格式的哈希值, 它始終為 60 個字符寬。支持的選項:salt (字符串)- ...

http://www.o2fo.com/phpchinese/php8-password-hash-algorithm-predefined-constants.html

2443.PHP8 hash_pbkdf2

PHP 5 >= 5.5.0, PHP 7, PHP 8)hash_pbkdf2 — 生成所提供密碼的 PBKDF2 密鑰導出說明hash_pbkdf2( string $algo, string $password, string $salt, int $iterations, int $length = 0, bool $binary = false ): string參數 algo散列算法名稱,例如 、、 等。 受支持的算...

http://www.o2fo.com/phpchinese/php8-hashpbkdf2.html

2444.PHP8 cubrid_get

...id_error_code() 檢查錯誤)示例 示例 #1 cubrid_get() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); @cubrid_execute($conn, "DROP TABLE foo"); cubrid_execute($conn, "CREATE TABLE foo(a int AUTO_INCREMENT, b set(int), c list(int), d char(10))"); cubrid_execute($conn, "...

http://www.o2fo.com/phpchinese/php8-cupriduget.html

2445.PHP表單 – 必需字段

PHP 表單 - 必需字段 本章節(jié)我們將介紹如何設置表單必需字段及錯誤信息。 PHP - 必需字段 在上一章節(jié)我們已經介紹了表的驗證規(guī)則,我們可以看到"Name", "E-mail", 和 "Gender" 字段是必須的,各字段不能為空。 字段 驗證規(guī)則 Name...

http://www.o2fo.com/php/php-form-required.html

2446.PHP8 在 Microsoft Windows 下的命令行方式

本章包含有針對在 Windows 下以命令行運行 PHP 的說明與提示。注意:應該先閱讀 手工安裝步驟!要在命令行下運行 PHP,可以無需對 Windows 做任何改動。C:\php\php.exe -f "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3 但是有幾個很容易的步驟可...

http://www.o2fo.com/phpchinese/command-line-mode-of-under-microsoft-windows.html

2447.PHP curl_getinfo函數

PHP curl_getinfo函數 PHP cURL參考手冊 (PHP 4 >= 4.0.4, PHP 5) curl_getinfo — 獲取一個cURL連接資源句柄的信息 說明 mixed curl_getinfo ( resource $ch [, int $opt = 0 ] ) 獲取最后一次傳輸的相關信息。 參數 ch 由 curl_init() 返回的 cURL 句柄。 opt 這個參...

http://www.o2fo.com/php/func-curl_getinfo.html

2448.PHP8 runkit7_function_redefine — 將函數定義替換為新的實現

...重命名,或者修改函數。為了覆蓋內部函數,必須啟用 php.ini 中的 runkit.internal_override 設置。參數function_name要重新定義的函數的名稱argument_list要由函數接受的新參數列表code新的代碼實現closure定義函數的閉包。return_by_reference該...

http://www.o2fo.com/phpchinese/php8-runkit7-function-redefine.html

2449.PHP8 RarEntry::extract

...支持不再有缺陷。示例 示例 #1 RarEntry::extract() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); $entry->extract('/dir/to'); // create /dir/to/Dir/file.txt ...

http://www.o2fo.com/phpchinese/php8-rarentry-extract.html

2450.PHP8 DBA安裝

...=shared 配置選項,您可以構建一個動態(tài)可加載模塊來啟用 PHP 用于 DBM 樣式數據庫的基本支持。您還必須添加支持 通過指定 --with-XXXX 或 --enable-XXXX 配置開關到 PHP 來至少執(zhí)行以下處理程序之一 配置行。警告配置和編譯 PHP 后,必...

http://www.o2fo.com/phpchinese/php8-dba-installation.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2441.PHP8 Phar::decompressFiles

PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)Phar::d ecompressFiles — 解壓縮當前 Phar 存檔中的所有文件說明public Phar::decompressFiles(): boolvoid注意:此方法需要 將 中的 設為 以適合 Phar 對象. 否則, 將拋出PharException.php.iniphar.readonl...

http://www.o2fo.com/phpchinese/php8-phar-decompressfiles.html

2442.PHP8 密碼散列算法 預定義常量

下列常量作為 PHP 核心的一部分總是可用的。PASSWORD_BCRYPT (字符串)PASSWORD_BCRYPT用于創(chuàng)建新密碼 使用 CRYPT_BLOWFISH 算法的哈希值。這將始終導致使用“$2y$”加密格式的哈希值, 它始終為 60 個字符寬。支持的選項:salt (字符串)- ...

http://www.o2fo.com/phpchinese/php8-password-hash-algorithm-predefined-constants.html

2443.PHP8 hash_pbkdf2

PHP 5 >= 5.5.0, PHP 7, PHP 8)hash_pbkdf2 — 生成所提供密碼的 PBKDF2 密鑰導出說明hash_pbkdf2( string $algo, string $password, string $salt, int $iterations, int $length = 0, bool $binary = false ): string參數 algo散列算法名稱,例如 、、 等。 受支持的算...

http://www.o2fo.com/phpchinese/php8-hashpbkdf2.html

2444.PHP8 cubrid_get

...id_error_code() 檢查錯誤)示例 示例 #1 cubrid_get() example<?php $conn = cubrid_connect("localhost", 33000, "demodb"); @cubrid_execute($conn, "DROP TABLE foo"); cubrid_execute($conn, "CREATE TABLE foo(a int AUTO_INCREMENT, b set(int), c list(int), d char(10))"); cubrid_execute($conn, "...

http://www.o2fo.com/phpchinese/php8-cupriduget.html

2445.PHP表單 – 必需字段

PHP 表單 - 必需字段 本章節(jié)我們將介紹如何設置表單必需字段及錯誤信息。 PHP - 必需字段 在上一章節(jié)我們已經介紹了表的驗證規(guī)則,我們可以看到"Name", "E-mail", 和 "Gender" 字段是必須的,各字段不能為空。 字段 驗證規(guī)則 Name...

http://www.o2fo.com/php/php-form-required.html

2446.PHP8 在 Microsoft Windows 下的命令行方式

本章包含有針對在 Windows 下以命令行運行 PHP 的說明與提示。注意:應該先閱讀 手工安裝步驟!要在命令行下運行 PHP,可以無需對 Windows 做任何改動。C:\php\php.exe -f "C:\PHP Scripts\script.php" -- -arg1 -arg2 -arg3 但是有幾個很容易的步驟可...

http://www.o2fo.com/phpchinese/command-line-mode-of-under-microsoft-windows.html

2447.PHP curl_getinfo函數

PHP curl_getinfo函數 PHP cURL參考手冊 (PHP 4 >= 4.0.4, PHP 5) curl_getinfo — 獲取一個cURL連接資源句柄的信息 說明 mixed curl_getinfo ( resource $ch [, int $opt = 0 ] ) 獲取最后一次傳輸的相關信息。 參數 ch 由 curl_init() 返回的 cURL 句柄。 opt 這個參...

http://www.o2fo.com/php/func-curl_getinfo.html

2448.PHP8 runkit7_function_redefine — 將函數定義替換為新的實現

...重命名,或者修改函數。為了覆蓋內部函數,必須啟用 php.ini 中的 runkit.internal_override 設置。參數function_name要重新定義的函數的名稱argument_list要由函數接受的新參數列表code新的代碼實現closure定義函數的閉包。return_by_reference該...

http://www.o2fo.com/phpchinese/php8-runkit7-function-redefine.html

2449.PHP8 RarEntry::extract

...支持不再有缺陷。示例 示例 #1 RarEntry::extract() example<?php $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry"); $entry->extract('/dir/to'); // create /dir/to/Dir/file.txt ...

http://www.o2fo.com/phpchinese/php8-rarentry-extract.html

2450.PHP8 DBA安裝

...=shared 配置選項,您可以構建一個動態(tài)可加載模塊來啟用 PHP 用于 DBM 樣式數據庫的基本支持。您還必須添加支持 通過指定 --with-XXXX 或 --enable-XXXX 配置開關到 PHP 來至少執(zhí)行以下處理程序之一 配置行。警告配置和編譯 PHP 后,必...

http://www.o2fo.com/phpchinese/php8-dba-installation.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程