App下載

詞條

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

31.PHP8 Windows 下 PHP 故障排除

檢查臨時(shí)目錄權(quán)限在“文件管理器”中右鍵單擊“臨時(shí)目錄”以獲得權(quán)限。IIS, 檢查用戶的 IIS_User 是否有修改文件的權(quán)限。可以從配置或 php info 中獲取臨時(shí)目錄的位置。

http://www.o2fo.com/phpchinese/troubleshooting-php-under-windows.html

32.PHP8 使用 PECL 安裝 MongoDB PHP 驅(qū)動(dòng)程序

...、 維護(hù)人員信息及變更日志等,都在此處: https://pecl.php.net/package/mongodbLinux、Unix 和 macOS 用戶可以運(yùn)行以下命令來安裝 司機(jī):$ sudo pecl install mongodb在安裝了多個(gè)版本的 PHP 的系統(tǒng)上(例如 macOS default, Homebrew, ? XAMPP),每個(gè)...

http://www.o2fo.com/phpchinese/installing-the-mongodb-php-driver-using-pecl-in-php8.html

33.PHP8 phpcredits — 打印 PHP 貢獻(xiàn)者名單

(PHP 4, PHP 5, PHP 7, PHP 8) phpcredits — 打印 PHP 貢獻(xiàn)者名單 說明phpcredits(int $flags = CREDITS_ALL): true 這個(gè)函數(shù)打印出了 PHP 開發(fā)者、模塊等貢獻(xiàn)者名單。 它生成了合適、可嵌入信息到頁(yè)面中的 HTML 代碼。 參數(shù) flags 生成自定義的貢獻(xiàn)者頁(yè)...

http://www.o2fo.com/phpchinese/phpcredits.html

34.PHP8 runkit7_import — 處理一個(gè) PHP 文件,導(dǎo)入函數(shù)和類定義,根據(jù)需要覆蓋已有的定義

(PECL runkit7 >= Unknown)runkit7_import — 處理一個(gè) PHP 文件,導(dǎo)入函數(shù)和類定義,根據(jù)需要覆蓋已有的定義。警告這個(gè)特性已在 PECL runkit7 4.0.0 中移除。說明runkit7_import(string $filename, int $flags = ?): bool類似于include。但是,任何存在于函...

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

35.PHP8 php_ini_scanned_files — 返回從額外 ini 目錄里解析的 .ini 文件列表

(PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8)php_ini_scanned_files — 返回從額外 ini 目錄里解析的 .ini 文件列表說明php_ini_scanned_files(): string|falsephp_ini_scanned_files() 在 php.ini 之后解析的配置文件的逗號(hào)分割列表。搜索的目錄由編譯時(shí)選項(xiàng)設(shè)置,也可...

http://www.o2fo.com/phpchinese/php8-php-ini-scanned-files.html

36.PHP8 phpversion — 獲取當(dāng)前的PHP版本

(PHP 4, PHP 5, PHP 7, PHP 8) phpversion — 獲取當(dāng)前的PHP版本 說明phpversion(?string $extension = null): string|false 返回了包含當(dāng)前運(yùn)行 PHP 解釋器或擴(kuò)展版本信息的 string。 參數(shù) extension 可選的擴(kuò)展名。 返回值 以 string 形式返回當(dāng)前 PHP 版本。如...

http://www.o2fo.com/phpchinese/phpversion.html

37.PHP8 phpinfo — 輸出關(guān)于 PHP 配置的信息

(PHP 4, PHP 5, PHP 7, PHP 8) phpinfo — 輸出關(guān)于 PHP 配置的信息 說明phpinfo(int $flags = INFO_ALL): true 輸出 PHP 當(dāng)前狀態(tài)的大量信息,包含了 PHP 編譯選項(xiàng)、啟用的擴(kuò)展、PHP 版本、服務(wù)器信息和環(huán)境變量(如果編譯為一個(gè)模塊的話)、PHP 環(huán)境...

http://www.o2fo.com/phpchinese/phpinfo.html

38.PHP8 dl — 運(yùn)行時(shí)載入一個(gè) PHP 擴(kuò)展

(PHP 4, PHP 5, PHP 7, PHP 8)dl — 運(yùn)行時(shí)載入一個(gè) PHP 擴(kuò)展說明dl(string $extension_filename): bool載入指定參數(shù) extension_filename 的 PHP 擴(kuò)展。使用 extension_loaded() 來測(cè)試指定的擴(kuò)展是否已經(jīng)激活。 這既能用于內(nèi)建的擴(kuò)展也可以用于動(dòng)態(tài)加載的擴(kuò)...

http://www.o2fo.com/phpchinese/dl.html

39.PHP8 error_reporting — 設(shè)置應(yīng)該報(bào)告何種 PHP 錯(cuò)誤

(PHP 4, PHP 5, PHP 7, PHP 8) error_reporting — 設(shè)置應(yīng)該報(bào)告何種 PHP 錯(cuò)誤 說明error_reporting(?int $error_level = null): int error_reporting() 函數(shù)能夠在運(yùn)行時(shí)設(shè)置 error_reporting 指令。 PHP 有諸多錯(cuò)誤級(jí)別,使用該函數(shù)可以設(shè)置在腳本運(yùn)行時(shí)的級(jí)別。 ...

http://www.o2fo.com/phpchinese/php8-error-reporting.html

40.PHP8 從源代碼構(gòu)建MongoDB PHP驅(qū)動(dòng)程序

...隆和構(gòu)建項(xiàng)目的命令:$ git clone https://github.com/mongodb/mongo-php-driver.git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make install在安裝了多個(gè)版本的 PHP 的系統(tǒng)上(例如 macOS default, Homebrew, XAMPP),每個(gè)版...

http://www.o2fo.com/phpchinese/php8-builds-mongodb-php-driver-from-source-code.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

31.PHP8 Windows 下 PHP 故障排除

檢查臨時(shí)目錄權(quán)限在“文件管理器”中右鍵單擊“臨時(shí)目錄”以獲得權(quán)限。IIS, 檢查用戶的 IIS_User 是否有修改文件的權(quán)限??梢詮呐渲没?php info 中獲取臨時(shí)目錄的位置。

http://www.o2fo.com/phpchinese/troubleshooting-php-under-windows.html

32.PHP8 使用 PECL 安裝 MongoDB PHP 驅(qū)動(dòng)程序

...、 維護(hù)人員信息及變更日志等,都在此處: https://pecl.php.net/package/mongodbLinux、Unix 和 macOS 用戶可以運(yùn)行以下命令來安裝 司機(jī):$ sudo pecl install mongodb在安裝了多個(gè)版本的 PHP 的系統(tǒng)上(例如 macOS default, Homebrew, ? XAMPP),每個(gè)...

http://www.o2fo.com/phpchinese/installing-the-mongodb-php-driver-using-pecl-in-php8.html

33.PHP8 phpcredits — 打印 PHP 貢獻(xiàn)者名單

(PHP 4, PHP 5, PHP 7, PHP 8) phpcredits — 打印 PHP 貢獻(xiàn)者名單 說明phpcredits(int $flags = CREDITS_ALL): true 這個(gè)函數(shù)打印出了 PHP 開發(fā)者、模塊等貢獻(xiàn)者名單。 它生成了合適、可嵌入信息到頁(yè)面中的 HTML 代碼。 參數(shù) flags 生成自定義的貢獻(xiàn)者頁(yè)...

http://www.o2fo.com/phpchinese/phpcredits.html

34.PHP8 runkit7_import — 處理一個(gè) PHP 文件,導(dǎo)入函數(shù)和類定義,根據(jù)需要覆蓋已有的定義

(PECL runkit7 >= Unknown)runkit7_import — 處理一個(gè) PHP 文件,導(dǎo)入函數(shù)和類定義,根據(jù)需要覆蓋已有的定義。警告這個(gè)特性已在 PECL runkit7 4.0.0 中移除。說明runkit7_import(string $filename, int $flags = ?): bool類似于include。但是,任何存在于函...

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

35.PHP8 php_ini_scanned_files — 返回從額外 ini 目錄里解析的 .ini 文件列表

(PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8)php_ini_scanned_files — 返回從額外 ini 目錄里解析的 .ini 文件列表說明php_ini_scanned_files(): string|falsephp_ini_scanned_files() 在 php.ini 之后解析的配置文件的逗號(hào)分割列表。搜索的目錄由編譯時(shí)選項(xiàng)設(shè)置,也可...

http://www.o2fo.com/phpchinese/php8-php-ini-scanned-files.html

36.PHP8 phpversion — 獲取當(dāng)前的PHP版本

(PHP 4, PHP 5, PHP 7, PHP 8) phpversion — 獲取當(dāng)前的PHP版本 說明phpversion(?string $extension = null): string|false 返回了包含當(dāng)前運(yùn)行 PHP 解釋器或擴(kuò)展版本信息的 string。 參數(shù) extension 可選的擴(kuò)展名。 返回值 以 string 形式返回當(dāng)前 PHP 版本。如...

http://www.o2fo.com/phpchinese/phpversion.html

37.PHP8 phpinfo — 輸出關(guān)于 PHP 配置的信息

(PHP 4, PHP 5, PHP 7, PHP 8) phpinfo — 輸出關(guān)于 PHP 配置的信息 說明phpinfo(int $flags = INFO_ALL): true 輸出 PHP 當(dāng)前狀態(tài)的大量信息,包含了 PHP 編譯選項(xiàng)、啟用的擴(kuò)展、PHP 版本、服務(wù)器信息和環(huán)境變量(如果編譯為一個(gè)模塊的話)、PHP 環(huán)境...

http://www.o2fo.com/phpchinese/phpinfo.html

38.PHP8 dl — 運(yùn)行時(shí)載入一個(gè) PHP 擴(kuò)展

(PHP 4, PHP 5, PHP 7, PHP 8)dl — 運(yùn)行時(shí)載入一個(gè) PHP 擴(kuò)展說明dl(string $extension_filename): bool載入指定參數(shù) extension_filename 的 PHP 擴(kuò)展。使用 extension_loaded() 來測(cè)試指定的擴(kuò)展是否已經(jīng)激活。 這既能用于內(nèi)建的擴(kuò)展也可以用于動(dòng)態(tài)加載的擴(kuò)...

http://www.o2fo.com/phpchinese/dl.html

39.PHP8 error_reporting — 設(shè)置應(yīng)該報(bào)告何種 PHP 錯(cuò)誤

(PHP 4, PHP 5, PHP 7, PHP 8) error_reporting — 設(shè)置應(yīng)該報(bào)告何種 PHP 錯(cuò)誤 說明error_reporting(?int $error_level = null): int error_reporting() 函數(shù)能夠在運(yùn)行時(shí)設(shè)置 error_reporting 指令。 PHP 有諸多錯(cuò)誤級(jí)別,使用該函數(shù)可以設(shè)置在腳本運(yùn)行時(shí)的級(jí)別。 ...

http://www.o2fo.com/phpchinese/php8-error-reporting.html

40.PHP8 從源代碼構(gòu)建MongoDB PHP驅(qū)動(dòng)程序

...隆和構(gòu)建項(xiàng)目的命令:$ git clone https://github.com/mongodb/mongo-php-driver.git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make install在安裝了多個(gè)版本的 PHP 的系統(tǒng)上(例如 macOS default, Homebrew, XAMPP),每個(gè)版...

http://www.o2fo.com/phpchinese/php8-builds-mongodb-php-driver-from-source-code.html

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

w3cschool 建議您:

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

熱門課程