中文(繁体)
中文(简体)
中文(繁体)
한국어
日本語
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 preg_replace_callback_array() 函數
preg_replace_callback_array 函數執行一個正規表示式搜尋並且使用一個回呼進行替換。該函數在PHP7+ 版本支援。語法mixed pr
2024-12-28
PHP preg_quote() 函數
preg_last_error 函數用於轉義正規表示式字元。語法string preg_quote ( string $str [, string $delim
2024-12-28
PHP preg_match() 函數
preg_last_error 函數用於執行一個正規表示式匹配。語法int preg_match ( string $pattern , string $sub
2024-12-28
PHP preg_match_all() 函數
preg_match_all 函數用於執行一個全域正規表示式匹配。語法int preg_match_all ( string $pattern , string
2024-12-28
PHP preg_last_error() 函數
preg_last_error 函數用於傳回最後一個PCRE 正規執行產生的錯誤代碼。語法int preg_last_error ( void )實例傳回數組
2024-12-28
PHP preg_grep() 函數
preg_grep 函數用於傳回符合模式的陣列條目。語法array preg_grep ( string $pattern , array $input [,
2024-12-28
PHP preg_filter() 函數
preg_filter函數用來執行一個正規表示式搜尋和取代。語法mixed preg_filter ( mixed $pattern , mixed $repl
2024-12-28
PHP 取得影像寬度與高度
PHP 取得影像寬度函數:imagesx()imagesx() 函數用於取得影像的寬度,單位為像素,傳回值為整數。語法:int imagesx( resourc
2024-12-28
PHP imagecolorclosesthwb - 取得與指定的顏色最接近的色度的黑白色的索引
imagecolorclosesthwb — 取得與指定的顏色最接近的色度的黑白色的索引。語法int imagecolorclosesthwb ( resour
2024-12-28
PHP imagecolorclosestalpha - 取得與指定的顏色加透明度最接近的顏色的索引
imagecolorclosestalpha — 取得與指定的顏色加透明度最接近的顏色的索引。語法int imagecolorclosestalpha ( re
2024-12-28
PHP imagecolorclosest - 取得與指定的顏色最接近的顏色的索引值
imagecolorclosest — 取得與指定的顏色最接近的顏色的索引值。語法int imagecolorclosest ( resource $image
2024-12-28
PHP imagecolorat - 取得某像素的顏色索引值
imagecolorat — 取得某像素的顏色索引值。語法int imagecolorat ( resource $image , int $x , int $
2024-12-28
PHP imagecolorallocatealpha - 為一個影像指派色彩和透明度
imagecolorallocatealpha — 為一幅影像指派顏色和透明度。語法int imagecolorallocatealpha ( resource
2024-12-28
PHP gettype() 函數
gettype()函數用來取得變數的型別。注意:不要使用gettype()來測試某種類型,因為其傳回的字串在未來的版本中可能需要改變。此外,由於包含了字串
2024-12-28
PHP get_resource_type() 函數
get_resource_type()傳回資源(resource)類型。版本需求:PHP 4 >= 4.0.2, PHP 5, PHP 7語法string ge
2024-12-28
上一頁
130
131
132
133
134
135
136
137
138
下一頁