App下載

詞條

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

1451.PHP8 Stringable 接口

(PHP 8)簡介Stringable 接口表示擁有 __toString() 方法的類。 和大多數(shù)接口不同, Stringable 隱式存在于任何定義了 __toString() 魔術(shù)方法的類上, 當(dāng)然也可以顯式聲明它,并且推薦這么做。它的主要價(jià)值是能讓函數(shù)針對(duì)簡單的字符串或可...

http://www.o2fo.com/phpchinese/php8-stringable-interface.html

1452.PHP 圖像處理

PHP 提供了豐富的圖像處理函數(shù),主要包括: 函數(shù) 描述 gd_info() 取得當(dāng)前安裝的 GD 庫的信息 getimagesize() 獲取圖像信息 imagesx() 、imagesy() 獲取圖像寬度與高度 getimagesizefromstring() 獲取圖像信息 image_type_to_extension() 獲取圖片后綴 image...

http://www.o2fo.com/php/php-image-gd.html

1453.PHP rtrim() 函數(shù)

PHP rtrim() 函數(shù) PHP String 參考手冊 實(shí)例 移除字符串右側(cè)的字符: <?php $str = "Hello World!"; echo $str . "<br>"; echo rtrim($str,"World!"); ?> 運(yùn)行實(shí)例 ? 定義和用法 rtrim() 函數(shù)移除字符串右側(cè)的空白字符或其他預(yù)定義字符。 相關(guān)函...

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

1454.PHP8 ErrorException

(PHP 5 >= 5.1.0, PHP 7, PHP 8)簡介錯(cuò)誤異常。類摘要class ErrorException extends Exception { /* 屬性 */ protected int $severity = E_ERROR; /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $...

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

1455.PHP8 hash_update_stream

(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)hash_update_stream — 從打開的流向活躍的散列運(yùn)算上下文中填充數(shù)據(jù)說明hash_update_stream(HashContext $context, resource $stream, int $length = -1): int參數(shù) context由 hash_init() 函數(shù)返回的散列運(yùn)算上下文。stre...

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

1456.PHP foreach

PHP教程 - PHP foreach PHP有以下循環(huán)關(guān)鍵字:foreach,while,for和do ... while。 foreach循環(huán)被設(shè)計(jì)為使用數(shù)組。你也可以使用foreach和對(duì)象,在這種情況下它迭代該對(duì)象的每個(gè)公共變量。 句法 foreach的最基本使用只提取每個(gè)數(shù)組元素的值,...

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

1457.PHP unpack() 函數(shù)

PHP unpack() 函數(shù) PHP Misc 參考手冊 實(shí)例 從二進(jìn)制字符串對(duì)數(shù)據(jù)進(jìn)行解包: <?php$data = "PHP"; print_r(unpack("C*",$data)); ?> 運(yùn)行實(shí)例 ? 定義和用法 unpack() 函數(shù)從二進(jìn)制字符串對(duì)數(shù)據(jù)進(jìn)行解包。 語法 unpack(format,data) 參數(shù) 描述 ...

http://www.o2fo.com/php/func-misc-unpack.html

1458.PHP8 openssl_cms_sign

(PHP 8)openssl_cms_sign — 對(duì)文件進(jìn)行簽名說明openssl_cms_sign( string $input_filename, string $output_filename, OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, ?array $headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME...

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

1459.PHP8 mcrypt_get_key_size

(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_key_size — 獲取指定加密算法的密鑰大小警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_get_key_size(int $cipher): int|falsemcrypt_get_key_size(st...

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

1460.PHP8 odbc_connection_string_quote

PHP 8 >= 8.2.0)odbc_connection_string_quote — 引用 ODBC 連接字符串值說明odbc_connection_string_quote(string $str): string根據(jù) ODBC 規(guī)則為連接字符串引用值。 也就是說,它將被引號(hào)和任何結(jié)尾卷曲包圍 大括號(hào)將被轉(zhuǎn)義。對(duì)于任何連接,都應(yīng)...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1451.PHP8 Stringable 接口

(PHP 8)簡介Stringable 接口表示擁有 __toString() 方法的類。 和大多數(shù)接口不同, Stringable 隱式存在于任何定義了 __toString() 魔術(shù)方法的類上, 當(dāng)然也可以顯式聲明它,并且推薦這么做。它的主要價(jià)值是能讓函數(shù)針對(duì)簡單的字符串或可...

http://www.o2fo.com/phpchinese/php8-stringable-interface.html

1452.PHP 圖像處理

PHP 提供了豐富的圖像處理函數(shù),主要包括: 函數(shù) 描述 gd_info() 取得當(dāng)前安裝的 GD 庫的信息 getimagesize() 獲取圖像信息 imagesx() 、imagesy() 獲取圖像寬度與高度 getimagesizefromstring() 獲取圖像信息 image_type_to_extension() 獲取圖片后綴 image...

http://www.o2fo.com/php/php-image-gd.html

1453.PHP rtrim() 函數(shù)

PHP rtrim() 函數(shù) PHP String 參考手冊 實(shí)例 移除字符串右側(cè)的字符: <?php $str = "Hello World!"; echo $str . "<br>"; echo rtrim($str,"World!"); ?> 運(yùn)行實(shí)例 ? 定義和用法 rtrim() 函數(shù)移除字符串右側(cè)的空白字符或其他預(yù)定義字符。 相關(guān)函...

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

1454.PHP8 ErrorException

(PHP 5 >= 5.1.0, PHP 7, PHP 8)簡介錯(cuò)誤異常。類摘要class ErrorException extends Exception { /* 屬性 */ protected int $severity = E_ERROR; /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $...

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

1455.PHP8 hash_update_stream

(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)hash_update_stream — 從打開的流向活躍的散列運(yùn)算上下文中填充數(shù)據(jù)說明hash_update_stream(HashContext $context, resource $stream, int $length = -1): int參數(shù) context由 hash_init() 函數(shù)返回的散列運(yùn)算上下文。stre...

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

1456.PHP foreach

PHP教程 - PHP foreach PHP有以下循環(huán)關(guān)鍵字:foreach,while,for和do ... while。 foreach循環(huán)被設(shè)計(jì)為使用數(shù)組。你也可以使用foreach和對(duì)象,在這種情況下它迭代該對(duì)象的每個(gè)公共變量。 句法 foreach的最基本使用只提取每個(gè)數(shù)組元素的值,...

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

1457.PHP unpack() 函數(shù)

PHP unpack() 函數(shù) PHP Misc 參考手冊 實(shí)例 從二進(jìn)制字符串對(duì)數(shù)據(jù)進(jìn)行解包: <?php$data = "PHP"; print_r(unpack("C*",$data)); ?> 運(yùn)行實(shí)例 ? 定義和用法 unpack() 函數(shù)從二進(jìn)制字符串對(duì)數(shù)據(jù)進(jìn)行解包。 語法 unpack(format,data) 參數(shù) 描述 ...

http://www.o2fo.com/php/func-misc-unpack.html

1458.PHP8 openssl_cms_sign

(PHP 8)openssl_cms_sign — 對(duì)文件進(jìn)行簽名說明openssl_cms_sign( string $input_filename, string $output_filename, OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $private_key, ?array $headers, int $flags = 0, int $encoding = OPENSSL_ENCODING_SMIME...

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

1459.PHP8 mcrypt_get_key_size

(PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)mcrypt_get_key_size — 獲取指定加密算法的密鑰大小警告本函數(shù)已自 PHP 7.1.0 起廢棄并將自 PHP 7.2.0 起移除。強(qiáng)烈建議不要使用本函數(shù)。說明mcrypt_get_key_size(int $cipher): int|falsemcrypt_get_key_size(st...

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

1460.PHP8 odbc_connection_string_quote

PHP 8 >= 8.2.0)odbc_connection_string_quote — 引用 ODBC 連接字符串值說明odbc_connection_string_quote(string $str): string根據(jù) ODBC 規(guī)則為連接字符串引用值。 也就是說,它將被引號(hào)和任何結(jié)尾卷曲包圍 大括號(hào)將被轉(zhuǎn)義。對(duì)于任何連接,都應(yīng)...

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

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

w3cschool 建議您:

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

熱門課程