App下載

詞條

大約有 6,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0204秒)

2281.PHP8 ibase_connect

PHP 5、PHP 7 < 7.4.0)ibase_connect — 打開與數(shù)據(jù)庫的連接說明ibase_connect( string $database = ?, string $username = ?, string $password = ?, string $charset = ?, int $buffers = ?, int $dialect = ?, string $role = ?, int $sync = ? ): resource建立與 Firebird/InterBase 服務(wù)器...

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

2282.PHP8 cubrid_col_get

...()) 檢查錯誤。示例 示例 #1 cubrid_col_get() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba"); @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($...

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

2283.PHP8 sodium_crypto_core_ristretto255_from_hash

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_from_hash — 映射向量說明sodium_crypto_core_ristretto255_from_hash(string $s): string將 64 字節(jié)的向量映射到組元素。 從 libsodium 1.0.18 開始可用。s警告本函數(shù)還未編寫文檔,僅有參數(shù)列表。參數(shù) s一個 ...

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

2284.PHP8 運行時配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 輸出控制配置選項 名字 默認(rèn) 可修改范圍 更新日志 output_buffering "0" PHP_INI_PERDIR output_handler NULL PHP_INI_PERDIR implicit_flush "0" PHP_INI_ALL url_rewriter.tags "a=href,area=href,frame=src,form=,fieldset=" PHP_IN...

http://www.o2fo.com/phpchinese/php8---runtime-configuration.html

2285.PHP8 mdecrypt_generic

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mdecrypt_generic — 解密數(shù)據(jù)警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mdecrypt_generic(resource $td, string $data): string解密數(shù)據(jù)。 請注意,由...

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

2286.PHP 包含

PHP 包含文件PHP include 和 require 語句在 PHP 中,您可以在服務(wù)器執(zhí)行 PHP 文件之前在該文件中插入一個文件的內(nèi)容。include 和 require 語句用于在執(zhí)行流中插入寫在其他文件中的有用的代碼。include 和 require 除了處理錯誤的方式不同之...

http://www.o2fo.com/php/php-includes.html

2287.PHP money_format() 函數(shù)

PHP money_format() 函數(shù) PHP String 參考手冊 實例 en_US 國際格式: <?php $number = 1234.56; setlocale(LC_MONETARY,"en_US"); echo money_format("The price is %i", $number); ?> 上面的代碼將輸出: The price is USD 1,234.56 定義和用法 money_format() 函數(shù)返回格...

http://www.o2fo.com/php/func-string-money-format.html

2288.PHP substr() 字符串切割函數(shù)

PHP substr() 字符串切割函數(shù) PHP String 參考手冊 實例 從字符串中返回 "world": <?php echo substr("Hello world",6); ?> 運行實例 ? 定義和用法 substr() 函數(shù)返回字符串的一部分。 注釋:如果 start 參數(shù)是負(fù)數(shù)且 length 小于或等于 start,...

http://www.o2fo.com/php/func-string-substr.html

2289.PHP8 radius_get_vendor_attr — 提取一個特定供應(yīng)商的屬性

...誤時返回 false。示例示例 #1 radius_get_vendor_attr() example<?php while ($resa = radius_get_attr($res)) { if (!is_array($resa)) { printf ("Error getting attribute: %s\n", radius_strerror($res)); exit; } $attr = $resa['attr']; $data = $resa['data']; printf("Got Attr:%d %d Bytes %s\n", $at...

http://www.o2fo.com/phpchinese/php8-radius-get-vendor-attr.html

2290.PHP8 db2_num_fields

...數(shù)下面的示例演示如何檢索字段數(shù) 在結(jié)果集中返回。<?php $sql = "SELECT id, name, breed, weight FROM animals ORDER BY breed"; $stmt = db2_prepare($conn, $sql); db2_execute($stmt, $sql); $columns = db2_num_fields($stmt); echo "There are {$columns} columns in the result set."; ?&...

http://www.o2fo.com/phpchinese/php8-db2num-fields.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

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

2281.PHP8 ibase_connect

PHP 5、PHP 7 < 7.4.0)ibase_connect — 打開與數(shù)據(jù)庫的連接說明ibase_connect( string $database = ?, string $username = ?, string $password = ?, string $charset = ?, int $buffers = ?, int $dialect = ?, string $role = ?, int $sync = ? ): resource建立與 Firebird/InterBase 服務(wù)器...

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

2282.PHP8 cubrid_col_get

...()) 檢查錯誤。示例 示例 #1 cubrid_col_get() example<?php $conn = cubrid_connect("localhost", 33000, "demodb", "dba"); @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($...

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

2283.PHP8 sodium_crypto_core_ristretto255_from_hash

PHP 8 >= 8.1.0)sodium_crypto_core_ristretto255_from_hash — 映射向量說明sodium_crypto_core_ristretto255_from_hash(string $s): string將 64 字節(jié)的向量映射到組元素。 從 libsodium 1.0.18 開始可用。s警告本函數(shù)還未編寫文檔,僅有參數(shù)列表。參數(shù) s一個 ...

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

2284.PHP8 運行時配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。 輸出控制配置選項 名字 默認(rèn) 可修改范圍 更新日志 output_buffering "0" PHP_INI_PERDIR output_handler NULL PHP_INI_PERDIR implicit_flush "0" PHP_INI_ALL url_rewriter.tags "a=href,area=href,frame=src,form=,fieldset=" PHP_IN...

http://www.o2fo.com/phpchinese/php8---runtime-configuration.html

2285.PHP8 mdecrypt_generic

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mdecrypt_generic — 解密數(shù)據(jù)警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mdecrypt_generic(resource $td, string $data): string解密數(shù)據(jù)。 請注意,由...

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

2286.PHP 包含

PHP 包含文件PHP include 和 require 語句在 PHP 中,您可以在服務(wù)器執(zhí)行 PHP 文件之前在該文件中插入一個文件的內(nèi)容。include 和 require 語句用于在執(zhí)行流中插入寫在其他文件中的有用的代碼。include 和 require 除了處理錯誤的方式不同之...

http://www.o2fo.com/php/php-includes.html

2287.PHP money_format() 函數(shù)

PHP money_format() 函數(shù) PHP String 參考手冊 實例 en_US 國際格式: <?php $number = 1234.56; setlocale(LC_MONETARY,"en_US"); echo money_format("The price is %i", $number); ?> 上面的代碼將輸出: The price is USD 1,234.56 定義和用法 money_format() 函數(shù)返回格...

http://www.o2fo.com/php/func-string-money-format.html

2288.PHP substr() 字符串切割函數(shù)

PHP substr() 字符串切割函數(shù) PHP String 參考手冊 實例 從字符串中返回 "world": <?php echo substr("Hello world",6); ?> 運行實例 ? 定義和用法 substr() 函數(shù)返回字符串的一部分。 注釋:如果 start 參數(shù)是負(fù)數(shù)且 length 小于或等于 start,...

http://www.o2fo.com/php/func-string-substr.html

2289.PHP8 radius_get_vendor_attr — 提取一個特定供應(yīng)商的屬性

...誤時返回 false。示例示例 #1 radius_get_vendor_attr() example<?php while ($resa = radius_get_attr($res)) { if (!is_array($resa)) { printf ("Error getting attribute: %s\n", radius_strerror($res)); exit; } $attr = $resa['attr']; $data = $resa['data']; printf("Got Attr:%d %d Bytes %s\n", $at...

http://www.o2fo.com/phpchinese/php8-radius-get-vendor-attr.html

2290.PHP8 db2_num_fields

...數(shù)下面的示例演示如何檢索字段數(shù) 在結(jié)果集中返回。<?php $sql = "SELECT id, name, breed, weight FROM animals ORDER BY breed"; $stmt = db2_prepare($conn, $sql); db2_execute($stmt, $sql); $columns = db2_num_fields($stmt); echo "There are {$columns} columns in the result set."; ?&...

http://www.o2fo.com/phpchinese/php8-db2num-fields.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

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

熱門課程