中文(繁体)
中文(简体)
中文(繁体)
한국어
日本語
English
Português
Español
Русский
العربية
Indonesia
Deutsch
Français
ภาษาไทย
網站地圖大全
最新更新
首頁
源碼下載
編程相關
建站資源
網頁設計教程
網絡編程教程
首頁
>
網絡編程教程
全部
ASP教程
ASP教程
ASP.NET教程
PHP教程
JSP教程
C#/CSHARP教程
XML教程
Ajax教程
Perl教程
Shell教程
Visual Basic教程
Delphi教程
移動開髮教程
C/C++教程
Java教程
J2EE/J2ME
軟件工程
網絡編程教程
PHP strrpos() 函數
實例尋找"php" 在字串中最後一次出現的位置:
2024-12-29
PHP imagecolorallocate - 為一個圖片指派顏色
imagecolorallocate — 為一幅影像指派顏色。語法int imagecolorallocate ( resource $image , int
2024-12-29
PHP imagecharup - 垂直地畫一個字符
imagecharup — 垂直地畫一個字元。語法bool imagecharup ( resource $image , int $font , int $x
2024-12-29
PHP imagechar - 寫出橫向字符
imagechar — 寫出橫向的字元。語法bool imagechar ( resource $image , int $font , int $x , in
2024-12-29
PHP imagearc - 畫橢圓弧
imagearc — 用來畫橢圓弧。語法bool imagearc ( resource $image , int $cx , int $cy , int $w
2024-12-29
PHP imageantialias - 是否使用抗鋸齒(antialias)功能
imageantialias — 是否使用抗鋸齒(antialias)功能。語法bool imageantialias ( resource $image ,
2024-12-29
PHP imagealphablending - 設定影像的混色模式
imagealphablending — 設定影像的混色模式。語法bool imagealphablending ( resource $image , boo
2024-12-29
PHP imageaffinematrixget - 取得矩陣
imageaffinematrixget — 取得矩陣。語法array imageaffinematrixget ( int $type [, mixed $o
2024-12-29
PHP imageaffinematrixconcat - 連接兩個矩陣
imageaffinematrixconcat — 連接兩個矩陣。語法array imageaffinematrixconcat ( array $m1 , a
2024-12-29
PHP is_iterable() 函數
is_numeric()函數用來偵測變數的是否為可迭代的值。 PHP 版本需求: PHP 7 >= 7.1.0語法bool is_iterable ( mix
2024-12-29
PHP is_int() 、is_integer()、is_long() 函數
is_int()函數用來偵測變數是否為整數。注意: 若想測試變數是否為數字或數字字串(如表單輸入,它們通常為字串),必須使用is_numeric()。
2024-12-29
PHP is_float()、 is_double()、is_real()函數
is_callable()函數用來偵測變數是否為浮點型。別名函數:is_double(),is_real()。注意: 若想測試變數是否為數字或數字字串(如
2024-12-29
PHP is_callable() 函數
is_callable()函數用於偵測函數在目前環境中是否可呼叫。 is_callable()函數驗證變數的內容能否作為函數呼叫。 這可以檢查包含有效函數名的變數
2024-12-29
PHP is_bool() 函數
is_bool()函數用來偵測變數是否為布林型。 PHP 版本需求:PHP 4, PHP 5, PHP 7語法bool is_bool ( mixed $var
2024-12-29
PHP is_array() 函數
is_array()函數用來偵測變數是否為陣列。 PHP 版本需求:PHP 4, PHP 5, PHP 7語法bool is_array ( mixed $v
2024-12-29
上一頁
125
126
127
128
129
130
131
132
133
下一頁