App下載

詞條

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

1041.CRMEB v4 PHP:cURL error 60: SSL certificate unable to get local issuer certificate

導致該問題的原因在于沒有配置curl.cainfo,該配置位于php.ini中。 ##解決方案: 1、下載cacert.pem [https://curl.haxx.se/ca/cacert.pem](https://curl.haxx.se/ca/cacert.pem) 2、配置php.ini ``` [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an...

http://www.o2fo.com/crmebv4/crmebv4-la8j3n1z.html

1042.PHP8 下一步做什么?

用現(xiàn)在掌握的知識,應該能夠理解本手冊中的大部分內(nèi)容以及其中各式各樣的腳本范例。請查閱 PHP Conference 資料網(wǎng)站 ? http://talks.php.net/ 以觀看更多幻燈片,這些幻燈片展示了許多 PHP 其它的功能。

http://www.o2fo.com/phpchinese/what-will-php-do-next.html

1043.PHP8 從源程序編譯

本章講述了在 Windows 下如何使用 Microsoft 的工具編譯 PHP。要在 CygWin 中編譯 PHP,請參考 Unix 系統(tǒng)下的安裝 一章。具體內(nèi)容見:? https://wiki.php.net/internals/windows/stepbystepbuild。

http://www.o2fo.com/phpchinese/compiling-from-source-program.html

1044.PHP8 用 PEAR 編譯共享 PECL 擴展庫

PECL 使建立共享 PHP 擴展庫更容易。用 ? pecl 命令這樣做: $ pecl install extname 這將下載 extname 的源代碼,編譯之,并將 ?extname.so? 安裝到 extension_dir 中。然后 ?extname.so? 就可以通過 ?php.ini? 加載了。默認情況下,pecl 命令不...

http://www.o2fo.com/phpchinese/compiling-shared-pecl-extension-library-with-pear.html

1045.PHP8 Iterable 可迭代對象

Iterable 是內(nèi)置編譯時 array|Traversable 的類型別名。從 PHP 7.1.0 到 PHP 8.2.0 之間的描述來看,iterable 是內(nèi)置偽類型,充當上述類型別名,也可以用于類型聲明。iterable 類型可用于 foreach 或在生成器中使用 yield from。注意:將可迭代對象...

http://www.o2fo.com/phpchinese/php8-iterable-iterative-object.html

1046.PHP8 返回值

...rn,則返回值為 null。return 的使用示例 #1 return 的使用<?php function square($num) { return $num * $num; } echo square(4); // 輸出 '16'。 ?>函數(shù)不能返回多個值,但可以通過返回一個數(shù)組來得到類似的效果。示例 #2 返回一個數(shù)組以得到多個返...

http://www.o2fo.com/phpchinese/php8-return-value.html

1047.PHP8 示例

示例 #1 值受限的基本用法<?php enum SortOrder { case Asc; case Desc; } function query($fields, $filter, SortOrder $order = SortOrder::Asc) { ... } ?>由于確保 $order 不是 SortOrder::Asc 就是 SortOrder::Desc,所以 query() 函數(shù)能安全處理。 因為其他任意值都會...

http://www.o2fo.com/phpchinese/example-of-php8.html

1048.PHP8 注解語法

... 因此每個注解都需要引入一個類。示例 #1 注解語法<?php // a.php namespace MyExample; use Attribute; #[Attribute] class MyAttribute { const VALUE = 'value'; private $value; public function __construct($value = null) { $this->value = $value; } } // b.php namespace Another; use...

http://www.o2fo.com/phpchinese/php8-annotation-syntax.html

1049.PHP8 聲明注解類

...ibute] 注解所需要全空的類。示例 #1 簡單的 Attribute 類<?php namespace Example; use Attribute; #[Attribute] class MyAttribute { }要限制指定注解的聲明類型,可為 #[Attribute] 注解第一個參數(shù)傳入字節(jié)位掩碼設置。示例 #2 目標限定使用的注解<?p...

http://www.o2fo.com/phpchinese/phpchinese-p94l3swy.html

1050.PHP8 引用傳遞

...數(shù),這樣該函數(shù)就可以修改其參數(shù)的值。語法如下:<?php function foo(&$var) { $var++; } $a=5; foo($a); // 這里 $a 是 6 ?>注意在函數(shù)調(diào)用時沒有引用符號——只有函數(shù)定義中有。光是函數(shù)定義就足夠使參數(shù)通過引用來正確傳遞了。以下...

http://www.o2fo.com/phpchinese/php8-reference-passing.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1041.CRMEB v4 PHP:cURL error 60: SSL certificate unable to get local issuer certificate

導致該問題的原因在于沒有配置curl.cainfo,該配置位于php.ini中。 ##解決方案: 1、下載cacert.pem [https://curl.haxx.se/ca/cacert.pem](https://curl.haxx.se/ca/cacert.pem) 2、配置php.ini ``` [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an...

http://www.o2fo.com/crmebv4/crmebv4-la8j3n1z.html

1042.PHP8 下一步做什么?

用現(xiàn)在掌握的知識,應該能夠理解本手冊中的大部分內(nèi)容以及其中各式各樣的腳本范例。請查閱 PHP Conference 資料網(wǎng)站 ? http://talks.php.net/ 以觀看更多幻燈片,這些幻燈片展示了許多 PHP 其它的功能。

http://www.o2fo.com/phpchinese/what-will-php-do-next.html

1043.PHP8 從源程序編譯

本章講述了在 Windows 下如何使用 Microsoft 的工具編譯 PHP。要在 CygWin 中編譯 PHP,請參考 Unix 系統(tǒng)下的安裝 一章。具體內(nèi)容見:? https://wiki.php.net/internals/windows/stepbystepbuild。

http://www.o2fo.com/phpchinese/compiling-from-source-program.html

1044.PHP8 用 PEAR 編譯共享 PECL 擴展庫

PECL 使建立共享 PHP 擴展庫更容易。用 ? pecl 命令這樣做: $ pecl install extname 這將下載 extname 的源代碼,編譯之,并將 ?extname.so? 安裝到 extension_dir 中。然后 ?extname.so? 就可以通過 ?php.ini? 加載了。默認情況下,pecl 命令不...

http://www.o2fo.com/phpchinese/compiling-shared-pecl-extension-library-with-pear.html

1045.PHP8 Iterable 可迭代對象

Iterable 是內(nèi)置編譯時 array|Traversable 的類型別名。從 PHP 7.1.0 到 PHP 8.2.0 之間的描述來看,iterable 是內(nèi)置偽類型,充當上述類型別名,也可以用于類型聲明。iterable 類型可用于 foreach 或在生成器中使用 yield from。注意:將可迭代對象...

http://www.o2fo.com/phpchinese/php8-iterable-iterative-object.html

1046.PHP8 返回值

...rn,則返回值為 null。return 的使用示例 #1 return 的使用<?php function square($num) { return $num * $num; } echo square(4); // 輸出 '16'。 ?>函數(shù)不能返回多個值,但可以通過返回一個數(shù)組來得到類似的效果。示例 #2 返回一個數(shù)組以得到多個返...

http://www.o2fo.com/phpchinese/php8-return-value.html

1047.PHP8 示例

示例 #1 值受限的基本用法<?php enum SortOrder { case Asc; case Desc; } function query($fields, $filter, SortOrder $order = SortOrder::Asc) { ... } ?>由于確保 $order 不是 SortOrder::Asc 就是 SortOrder::Desc,所以 query() 函數(shù)能安全處理。 因為其他任意值都會...

http://www.o2fo.com/phpchinese/example-of-php8.html

1048.PHP8 注解語法

... 因此每個注解都需要引入一個類。示例 #1 注解語法<?php // a.php namespace MyExample; use Attribute; #[Attribute] class MyAttribute { const VALUE = 'value'; private $value; public function __construct($value = null) { $this->value = $value; } } // b.php namespace Another; use...

http://www.o2fo.com/phpchinese/php8-annotation-syntax.html

1049.PHP8 聲明注解類

...ibute] 注解所需要全空的類。示例 #1 簡單的 Attribute 類<?php namespace Example; use Attribute; #[Attribute] class MyAttribute { }要限制指定注解的聲明類型,可為 #[Attribute] 注解第一個參數(shù)傳入字節(jié)位掩碼設置。示例 #2 目標限定使用的注解<?p...

http://www.o2fo.com/phpchinese/phpchinese-p94l3swy.html

1050.PHP8 引用傳遞

...數(shù),這樣該函數(shù)就可以修改其參數(shù)的值。語法如下:<?php function foo(&$var) { $var++; } $a=5; foo($a); // 這里 $a 是 6 ?>注意在函數(shù)調(diào)用時沒有引用符號——只有函數(shù)定義中有。光是函數(shù)定義就足夠使參數(shù)通過引用來正確傳遞了。以下...

http://www.o2fo.com/phpchinese/php8-reference-passing.html

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

w3cschool 建議您:

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

熱門課程