App下載

詞條

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

2301.PHP xml_set_external_entity_ref_handler() 函數(shù)

PHP xml_set_external_entity_ref_handler() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_set_external_entity_ref_handler() 函數(shù)規(guī)定當解析器在 XML 文檔中找到外部實體時被調(diào)用的函數(shù)。 如果成功,該函數(shù)則返回 TRUE。如果失敗,則返回 FALSE。 語...

http://o2fo.com/php/func-xml-set-external-entity-ref-handler.html

2302.PHP8 odbc_columns

PHP 4、PHP 5、PHP 7、PHP 8)odbc_columns — 列出指定表中的列名說明odbc_columns( resource $odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null, ?string $column = null ): resource|false列出請求范圍內(nèi)的所有列。參數(shù) odbcODBC 連接標識符,詳...

http://o2fo.com/phpchinese/php8-odbccolumns.html

2303.PHP8 sodium_crypto_secretstream_xchacha20poly1305_pull

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_secretstream_xchacha20poly1305_pull — 從加密流中解密數(shù)據(jù)塊說明sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false從加密流中解密數(shù)據(jù)塊。參數(shù) state參...

http://o2fo.com/phpchinese/php8-sodiumcryptosecretstreamxchacha20poly1305pull.html

2304.PHP 5 Calendar 函數(shù)

本節(jié)介紹的是 PHP5 的 Calendar 函數(shù),它是用來支持日歷的。 PHP Calendar 簡介 日歷擴展包含了簡化不同日歷格式間的轉(zhuǎn)換的函數(shù)。 它是基于 Julian Day Count(儒略日計數(shù)),是從公元前 4713 年 1 月 1 日開始計算的。 注釋:如需在日歷...

http://o2fo.com/php/php-ref-calendar.html

2305.PHP8 RarEntry::getAttr

...返回屬性或 false。示例 示例 #1 RarEntry::getAttr() example<?php $rar_file = rar_open('example.rar') or die("Can't open Rar archive"); $entry = rar_entry_get($rar_file, 'dir/in/the/archive') or die("Can't find such entry"); $host_os = $entry->getHostOs(); $attr = $entry->getAttr();...

http://o2fo.com/phpchinese/php8-rarentry-getattr.html

2306.PHP8 db2_conn_errormsg

...故意將無效參數(shù)傳遞給 db2_connect() 后的 SQLCODE 值。<?php $conn = db2_connect('badname', 'baduser', 'badpassword'); if (!$conn) { print db2_conn_errormsg(); } ?>以上示例會輸出:[IBM][CLI Driver] SQL1013N The database alias name or database name "BADNAME" could not be...

http://o2fo.com/phpchinese/php8-db2connerrormsg.html

2307.PHP8 db2_conn_error

... SQLSTATE 值 故意將無效參數(shù)傳遞給 db2_connect() 后。<?php $conn = db2_connect('badname', 'baduser', 'badpassword'); if (!$conn) { print "SQLSTATE value: " . db2_conn_error(); } ?>以上示例會輸出:SQLSTATE value: 08001參見 db2_conn_errormsg() - 返回最后一個...

http://o2fo.com/phpchinese/php8-db2connerror.html

2308.PHP8 db2_result

...集 使用 db2_fetch_row() 并從 結(jié)果集為 db2_result()。<?php $sql = 'SELECT name, breed FROM animals WHERE weight < ?'; $stmt = db2_prepare($conn, $sql); db2_execute($stmt, array(10)); while (db2_fetch_row($stmt)) { $name = db2_result($stmt, 0); $breed = db2_result($stmt, 'BREED...

http://o2fo.com/phpchinese/php8-db2result.html

2309.PHP8 openssl_x509_verify

PHP 7 >= 7.4.0, PHP 8)openssl_x509_verify — 根據(jù)公鑰驗證x509證書的數(shù)字簽名說明openssl_x509_verify(OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key): intopenssl_x509_verify() 驗證證書是否由私有 密鑰對...

http://o2fo.com/phpchinese/php8-opensslx509verify.html

2310.PHP8 Firebird/InterBase運行時配置

這些函數(shù)的行為受 中的設(shè)置影響。 php.iniInterBase 配置選項名字默認可修改范圍更新日志ibase.allow_persistent"1"INI_SYSTEM ibase.max_持久"-1"INI_SYSTEM ibase.max_links"-1"INI_SYSTEM ibase.default_db零INI_SYSTEM ibase.default_user零INI_ALL ibase.default_password零INI_...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2301.PHP xml_set_external_entity_ref_handler() 函數(shù)

PHP xml_set_external_entity_ref_handler() 函數(shù) 完整的 PHP XML 參考手冊 定義和用法 xml_set_external_entity_ref_handler() 函數(shù)規(guī)定當解析器在 XML 文檔中找到外部實體時被調(diào)用的函數(shù)。 如果成功,該函數(shù)則返回 TRUE。如果失敗,則返回 FALSE。 語...

http://o2fo.com/php/func-xml-set-external-entity-ref-handler.html

2302.PHP8 odbc_columns

PHP 4、PHP 5、PHP 7、PHP 8)odbc_columns — 列出指定表中的列名說明odbc_columns( resource $odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null, ?string $column = null ): resource|false列出請求范圍內(nèi)的所有列。參數(shù) odbcODBC 連接標識符,詳...

http://o2fo.com/phpchinese/php8-odbccolumns.html

2303.PHP8 sodium_crypto_secretstream_xchacha20poly1305_pull

PHP 7 >= 7.2.0, PHP 8)sodium_crypto_secretstream_xchacha20poly1305_pull — 從加密流中解密數(shù)據(jù)塊說明sodium_crypto_secretstream_xchacha20poly1305_pull(string &$state, string $ciphertext, string $additional_data = ""): array|false從加密流中解密數(shù)據(jù)塊。參數(shù) state參...

http://o2fo.com/phpchinese/php8-sodiumcryptosecretstreamxchacha20poly1305pull.html

2304.PHP 5 Calendar 函數(shù)

本節(jié)介紹的是 PHP5 的 Calendar 函數(shù),它是用來支持日歷的。 PHP Calendar 簡介 日歷擴展包含了簡化不同日歷格式間的轉(zhuǎn)換的函數(shù)。 它是基于 Julian Day Count(儒略日計數(shù)),是從公元前 4713 年 1 月 1 日開始計算的。 注釋:如需在日歷...

http://o2fo.com/php/php-ref-calendar.html

2305.PHP8 RarEntry::getAttr

...返回屬性或 false。示例 示例 #1 RarEntry::getAttr() example<?php $rar_file = rar_open('example.rar') or die("Can't open Rar archive"); $entry = rar_entry_get($rar_file, 'dir/in/the/archive') or die("Can't find such entry"); $host_os = $entry->getHostOs(); $attr = $entry->getAttr();...

http://o2fo.com/phpchinese/php8-rarentry-getattr.html

2306.PHP8 db2_conn_errormsg

...故意將無效參數(shù)傳遞給 db2_connect() 后的 SQLCODE 值。<?php $conn = db2_connect('badname', 'baduser', 'badpassword'); if (!$conn) { print db2_conn_errormsg(); } ?>以上示例會輸出:[IBM][CLI Driver] SQL1013N The database alias name or database name "BADNAME" could not be...

http://o2fo.com/phpchinese/php8-db2connerrormsg.html

2307.PHP8 db2_conn_error

... SQLSTATE 值 故意將無效參數(shù)傳遞給 db2_connect() 后。<?php $conn = db2_connect('badname', 'baduser', 'badpassword'); if (!$conn) { print "SQLSTATE value: " . db2_conn_error(); } ?>以上示例會輸出:SQLSTATE value: 08001參見 db2_conn_errormsg() - 返回最后一個...

http://o2fo.com/phpchinese/php8-db2connerror.html

2308.PHP8 db2_result

...集 使用 db2_fetch_row() 并從 結(jié)果集為 db2_result()。<?php $sql = 'SELECT name, breed FROM animals WHERE weight < ?'; $stmt = db2_prepare($conn, $sql); db2_execute($stmt, array(10)); while (db2_fetch_row($stmt)) { $name = db2_result($stmt, 0); $breed = db2_result($stmt, 'BREED...

http://o2fo.com/phpchinese/php8-db2result.html

2309.PHP8 openssl_x509_verify

PHP 7 >= 7.4.0, PHP 8)openssl_x509_verify — 根據(jù)公鑰驗證x509證書的數(shù)字簽名說明openssl_x509_verify(OpenSSLCertificate|string $certificate, OpenSSLAsymmetricKey|OpenSSLCertificate|array|string $public_key): intopenssl_x509_verify() 驗證證書是否由私有 密鑰對...

http://o2fo.com/phpchinese/php8-opensslx509verify.html

2310.PHP8 Firebird/InterBase運行時配置

這些函數(shù)的行為受 中的設(shè)置影響。 php.iniInterBase 配置選項名字默認可修改范圍更新日志ibase.allow_persistent"1"INI_SYSTEM ibase.max_持久"-1"INI_SYSTEM ibase.max_links"-1"INI_SYSTEM ibase.default_db零INI_SYSTEM ibase.default_user零INI_ALL ibase.default_password零INI_...

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

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

w3cschool 建議您:

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

熱門課程