App下載

詞條

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

1221.PHP8 引用定位

許多 PHP 的語法結(jié)構(gòu)是通過引用機制實現(xiàn)的,所以上述有關(guān)引用綁定的一切也都適用于這些結(jié)構(gòu)。 一些結(jié)構(gòu),例如引用傳遞和返回,已經(jīng)在上面提到了。 其它使用引用的結(jié)構(gòu)有:global 引用當用 global $var 聲明一個變量時實際上建...

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

1222.PHP9 ArithmeticError

(PHP 7, PHP 8)簡介當執(zhí)行數(shù)學(xué)運算發(fā)生錯誤時拋出 ArithmeticError 。 這些錯誤包括嘗試執(zhí)行負數(shù)的位移,以及對任何可能會導(dǎo)致值超出 int 的范圍 intdiv() 調(diào)用。類摘要class ArithmeticError extends Error { /* 繼承的屬性 */ protected string $message = ...

http://www.o2fo.com/phpchinese/php9-arithmeticerror.html

1223.PHP8 AssertionError

(PHP 7, PHP 8)簡介AssertionError 在函數(shù) assert() 斷言失敗時被拋出。類摘要class AssertionError extends Error { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trac...

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

1224.PHP8 DivisionByZeroError

(PHP 7, PHP 8)簡介DivisionByZeroError 當除數(shù)為零時被拋出。類摘要class DivisionByZeroError extends ArithmeticError { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $...

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

1225.PHP8 CompileError

(PHP 7 > 7.3.0, PHP 8)簡介CompileError 是針對一些編譯錯誤拋出的,之前是會發(fā)出致命錯誤。類摘要class CompileError extends Error { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protect...

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

1226.PHP8 WeakMap 類

(PHP 8)簡介WeakMap 是將對象作為 key 來訪問的 map(或者說字典)。然而,與其它類似 SplObjectStorage 不同,WeakMap 中的對象 key 不影響對象的引用計數(shù)。也就是說,如果在任何時候?qū)ζ湮ㄒ坏氖S嘁檬?WeakMap key,那么該對象將會被...

http://www.o2fo.com/phpchinese/php8-weakmap-class.html

1227.PHP8 ReturnTypeWillChange 類

(PHP 8 >= 8.1.0)簡介大多數(shù)非 final 內(nèi)部方法現(xiàn)在需要重寫方法來聲明兼容的返回類型,否則在繼承驗證期間會發(fā)出棄用通知。 如果由于 PHP 跨版本兼容性問題而無法為重寫方法聲明返回類型,可以添加 #[\ReturnTypeWillChange] 屬性以...

http://www.o2fo.com/phpchinese/php8-returntypewillchange-class.html

1228.PHP8 Zip 上下文選項

... password 用于指定加密歸檔的密碼。 更新日志 版本 說明 PHP 7.2.0, PECL zip 1.14.0 添加 password。 示例 示例 #1 基礎(chǔ) password 用法示例 <?php // 讀取加密歸檔 $opts = array( 'zip' => array( 'password' => 'secret', ), ); // 創(chuàng)建上下文... $context = str...

http://www.o2fo.com/phpchinese/zip-context-options.html

1229.PHP8 FFI::addr — 創(chuàng)建指向 C 數(shù)據(jù)的非托管指針

(PHP 7 >= 7.4.0, PHP 8)FFI::addr — 創(chuàng)建指向 C 數(shù)據(jù)的非托管指針說明public static FFI::addr(FFI\CData &$ptr): FFI\CData創(chuàng)建一個指向由給定 FFI\CData 表示的 C 數(shù)據(jù)的非托管指針。源 ptr 必須在結(jié)果指針之后繼續(xù)存在。該函數(shù)主要用于通過指針向 ...

http://www.o2fo.com/phpchinese/php8-ffi-addr.html

1230.PHP8 FFI::alignof — 獲取對齊方式

(PHP 7 >= 7.4.0, PHP 8)FFI::alignof — 獲取對齊方式說明public static FFI::alignof(FFI\CData|FFI\CType &$ptr): int獲取給定 FFI\CData 或 FFI\CType 對象的對齊方式。參數(shù)ptrC 數(shù)據(jù)或類型的句柄。返回值返回給定 FFI\CData 或 FFI\CType 對象的對齊方式。

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1221.PHP8 引用定位

許多 PHP 的語法結(jié)構(gòu)是通過引用機制實現(xiàn)的,所以上述有關(guān)引用綁定的一切也都適用于這些結(jié)構(gòu)。 一些結(jié)構(gòu),例如引用傳遞和返回,已經(jīng)在上面提到了。 其它使用引用的結(jié)構(gòu)有:global 引用當用 global $var 聲明一個變量時實際上建...

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

1222.PHP9 ArithmeticError

(PHP 7, PHP 8)簡介當執(zhí)行數(shù)學(xué)運算發(fā)生錯誤時拋出 ArithmeticError 。 這些錯誤包括嘗試執(zhí)行負數(shù)的位移,以及對任何可能會導(dǎo)致值超出 int 的范圍 intdiv() 調(diào)用。類摘要class ArithmeticError extends Error { /* 繼承的屬性 */ protected string $message = ...

http://www.o2fo.com/phpchinese/php9-arithmeticerror.html

1223.PHP8 AssertionError

(PHP 7, PHP 8)簡介AssertionError 在函數(shù) assert() 斷言失敗時被拋出。類摘要class AssertionError extends Error { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trac...

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

1224.PHP8 DivisionByZeroError

(PHP 7, PHP 8)簡介DivisionByZeroError 當除數(shù)為零時被拋出。類摘要class DivisionByZeroError extends ArithmeticError { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $...

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

1225.PHP8 CompileError

(PHP 7 > 7.3.0, PHP 8)簡介CompileError 是針對一些編譯錯誤拋出的,之前是會發(fā)出致命錯誤。類摘要class CompileError extends Error { /* 繼承的屬性 */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protect...

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

1226.PHP8 WeakMap 類

(PHP 8)簡介WeakMap 是將對象作為 key 來訪問的 map(或者說字典)。然而,與其它類似 SplObjectStorage 不同,WeakMap 中的對象 key 不影響對象的引用計數(shù)。也就是說,如果在任何時候?qū)ζ湮ㄒ坏氖S嘁檬?WeakMap key,那么該對象將會被...

http://www.o2fo.com/phpchinese/php8-weakmap-class.html

1227.PHP8 ReturnTypeWillChange 類

(PHP 8 >= 8.1.0)簡介大多數(shù)非 final 內(nèi)部方法現(xiàn)在需要重寫方法來聲明兼容的返回類型,否則在繼承驗證期間會發(fā)出棄用通知。 如果由于 PHP 跨版本兼容性問題而無法為重寫方法聲明返回類型,可以添加 #[\ReturnTypeWillChange] 屬性以...

http://www.o2fo.com/phpchinese/php8-returntypewillchange-class.html

1228.PHP8 Zip 上下文選項

... password 用于指定加密歸檔的密碼。 更新日志 版本 說明 PHP 7.2.0, PECL zip 1.14.0 添加 password。 示例 示例 #1 基礎(chǔ) password 用法示例 <?php // 讀取加密歸檔 $opts = array( 'zip' => array( 'password' => 'secret', ), ); // 創(chuàng)建上下文... $context = str...

http://www.o2fo.com/phpchinese/zip-context-options.html

1229.PHP8 FFI::addr — 創(chuàng)建指向 C 數(shù)據(jù)的非托管指針

(PHP 7 >= 7.4.0, PHP 8)FFI::addr — 創(chuàng)建指向 C 數(shù)據(jù)的非托管指針說明public static FFI::addr(FFI\CData &$ptr): FFI\CData創(chuàng)建一個指向由給定 FFI\CData 表示的 C 數(shù)據(jù)的非托管指針。源 ptr 必須在結(jié)果指針之后繼續(xù)存在。該函數(shù)主要用于通過指針向 ...

http://www.o2fo.com/phpchinese/php8-ffi-addr.html

1230.PHP8 FFI::alignof — 獲取對齊方式

(PHP 7 >= 7.4.0, PHP 8)FFI::alignof — 獲取對齊方式說明public static FFI::alignof(FFI\CData|FFI\CType &$ptr): int獲取給定 FFI\CData 或 FFI\CType 對象的對齊方式。參數(shù)ptrC 數(shù)據(jù)或類型的句柄。返回值返回給定 FFI\CData 或 FFI\CType 對象的對齊方式。

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

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

w3cschool 建議您:

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

熱門課程