App下載

詞條

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

1191.PHP8 PDOStatement::nextRowset

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0)PDOStatement::nextRowset — 在一個多行集合語句句柄中推進(jìn)到下一個行集合說明public PDOStatement::nextRowset(): bool一些數(shù)據(jù)庫服務(wù)支持返回一個以上行集合(也被稱為結(jié)果集)的存儲過程。PDOStatem...

http://www.o2fo.com/phpchinese/php8-pdostatement-nextrowset.html

1192.PHP8 sodium_crypto_generichash_update

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_generichash_update — 向哈希添加消息說明sodium_crypto_generichash_update(string &$state, string $message): true將消息追加到內(nèi)部哈希狀態(tài)。參數(shù) statesodium_crypto_generichash_init() 的返回值。message要追加到哈希狀...

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

1193.PHP imagecolorexactalpha – 取得指定的顏色加透明度的索引值

PHP 圖像處理imagecolorexactalpha — 取得指定的顏色加透明度的索引值。語法int imagecolorexactalpha ( resource $image , int $red , int $green , int $blue , int $alpha ) 返回圖像調(diào)色板中指定顏色加透明度的索引值。注意:此函數(shù)需要 GD 2.0.1 或更高版...

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

1194.PHP8 odbc_binmode

PHP 4、PHP 5、PHP 7、PHP 8)odbc_binmode — 二進(jìn)制列數(shù)據(jù)的處理說明odbc_binmode(resource $statement, int $mode): bool控制二進(jìn)制列數(shù)據(jù)的處理。受影響的 ODBC SQL 類型包括 、 和 。 可以使用 uodbc.defaultbinmode 指令設(shè)置默認(rèn)模式。BINARYVARBINARYLONGVA...

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

1195.PHP8 RarException::setUsingExceptions

...回值。示例 示例 #1 RarException::setUsingExceptions() example<?php var_dump(RarException::isUsingExceptions()); $arch = RarArchive::open("does_not_exist.rar"); var_dump($arch); RarException::setUsingExceptions(true); var_dump(RarException::isUsingExceptions()); $arch = RarArchive::open("do...

http://www.o2fo.com/phpchinese/php8-rarexception-setusingexceptions.html

1196.PHP8 mcrypt_get_iv_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_iv_size — 返回指定算法/模式組合的初始向量大小警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強烈建議不要使用本函數(shù)。說明mcrypt_get_iv_size(string $cipher, string...

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

1197.PHP8 openssl_pkcs7_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)openssl_pkcs7_decrypt — 解密一個 S/MIME 加密的消息說明openssl_pkcs7_decrypt( string $input_filename, string $output_filename, OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string|null $private_key = null ): ...

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

1198.PHP intval() 整型轉(zhuǎn)換函數(shù)

...,失敗時返回 0。 空的 array 返回 0,非空的 array 返回 1。PHP 版本:PHP 4, PHP 5, PHP 7最大的值取決于操作系統(tǒng)。 32 位系統(tǒng)最大帶符號的 integer 范圍是 -2147483648 到 2147483647。舉例,在這樣的系統(tǒng)上, intval('1000000000000') 會返回 21...

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

1199.PHP8 get_included_files — 返回被 include 和 require 文件名的 array

(PHP 4, PHP 5, PHP 7, PHP 8)get_included_files — 返回被 include 和 require 文件名的 array說明get_included_files(): array返回所有被 include、 include_once、 require 和 require_once 的文件名。參數(shù)此函數(shù)沒有參數(shù)。返回值返回所有文件名稱的 array。腳本最...

http://www.o2fo.com/phpchinese/get-included-files.html

1200.PHP switch 語句

...句。 switch 語句用于根據(jù)多個不同條件執(zhí)行不同動作。 PHP switch 語句 如果您希望有選擇地執(zhí)行若干代碼塊之一,請使用 switch 語句。 語法 switch (n) { case label1: 如果 n=label1,此處代碼將執(zhí)行; break; case label2: 如果 n=label2,此處代...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1191.PHP8 PDOStatement::nextRowset

(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0)PDOStatement::nextRowset — 在一個多行集合語句句柄中推進(jìn)到下一個行集合說明public PDOStatement::nextRowset(): bool一些數(shù)據(jù)庫服務(wù)支持返回一個以上行集合(也被稱為結(jié)果集)的存儲過程。PDOStatem...

http://www.o2fo.com/phpchinese/php8-pdostatement-nextrowset.html

1192.PHP8 sodium_crypto_generichash_update

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_generichash_update — 向哈希添加消息說明sodium_crypto_generichash_update(string &$state, string $message): true將消息追加到內(nèi)部哈希狀態(tài)。參數(shù) statesodium_crypto_generichash_init() 的返回值。message要追加到哈希狀...

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

1193.PHP imagecolorexactalpha – 取得指定的顏色加透明度的索引值

PHP 圖像處理imagecolorexactalpha — 取得指定的顏色加透明度的索引值。語法int imagecolorexactalpha ( resource $image , int $red , int $green , int $blue , int $alpha ) 返回圖像調(diào)色板中指定顏色加透明度的索引值。注意:此函數(shù)需要 GD 2.0.1 或更高版...

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

1194.PHP8 odbc_binmode

PHP 4、PHP 5、PHP 7、PHP 8)odbc_binmode — 二進(jìn)制列數(shù)據(jù)的處理說明odbc_binmode(resource $statement, int $mode): bool控制二進(jìn)制列數(shù)據(jù)的處理。受影響的 ODBC SQL 類型包括 、 和 。 可以使用 uodbc.defaultbinmode 指令設(shè)置默認(rèn)模式。BINARYVARBINARYLONGVA...

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

1195.PHP8 RarException::setUsingExceptions

...回值。示例 示例 #1 RarException::setUsingExceptions() example<?php var_dump(RarException::isUsingExceptions()); $arch = RarArchive::open("does_not_exist.rar"); var_dump($arch); RarException::setUsingExceptions(true); var_dump(RarException::isUsingExceptions()); $arch = RarArchive::open("do...

http://www.o2fo.com/phpchinese/php8-rarexception-setusingexceptions.html

1196.PHP8 mcrypt_get_iv_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_iv_size — 返回指定算法/模式組合的初始向量大小警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強烈建議不要使用本函數(shù)。說明mcrypt_get_iv_size(string $cipher, string...

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

1197.PHP8 openssl_pkcs7_decrypt

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)openssl_pkcs7_decrypt — 解密一個 S/MIME 加密的消息說明openssl_pkcs7_decrypt( string $input_filename, string $output_filename, OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string|null $private_key = null ): ...

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

1198.PHP intval() 整型轉(zhuǎn)換函數(shù)

...,失敗時返回 0。 空的 array 返回 0,非空的 array 返回 1。PHP 版本:PHP 4, PHP 5, PHP 7最大的值取決于操作系統(tǒng)。 32 位系統(tǒng)最大帶符號的 integer 范圍是 -2147483648 到 2147483647。舉例,在這樣的系統(tǒng)上, intval('1000000000000') 會返回 21...

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

1199.PHP8 get_included_files — 返回被 include 和 require 文件名的 array

(PHP 4, PHP 5, PHP 7, PHP 8)get_included_files — 返回被 include 和 require 文件名的 array說明get_included_files(): array返回所有被 include、 include_once、 require 和 require_once 的文件名。參數(shù)此函數(shù)沒有參數(shù)。返回值返回所有文件名稱的 array。腳本最...

http://www.o2fo.com/phpchinese/get-included-files.html

1200.PHP switch 語句

...句。 switch 語句用于根據(jù)多個不同條件執(zhí)行不同動作。 PHP switch 語句 如果您希望有選擇地執(zhí)行若干代碼塊之一,請使用 switch 語句。 語法 switch (n) { case label1: 如果 n=label1,此處代碼將執(zhí)行; break; case label2: 如果 n=label2,此處代...

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

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

w3cschool 建議您:

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

熱門課程