中文(繁体)
中文(简体)
中文(繁体)
한국어
日本語
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 substr_count() 函數
實例計算"world" 在字串中出現的次數:
2024-12-29
PHP substr_compare() 函數
實例比較兩個字串:<?phpecho substr_compare("Hello world","Hello world",0);?>定義和用法substr_
2024-12-29
PHP substr() 函數
實例從字串傳回"world":<?phpecho substr("Hello world",6);?>定義和用法substr() 函數傳回字串的一部分。
2024-12-29
PHP strtr() 函數
實例把字串中的字元"ia" 替換成"eo":<?phpechostrtr("Hilla Warld","ia","eo");?>定義和用法strtr()
2024-12-29
PHP strtoupper() 函數
實例把所有字元轉換為大寫:<?phpecho strtoupper("Hello WORLD!");?>定義和用法strtoupper() 函數把字串轉換為大
2024-12-29
PHP strtolower() 函數
實例把所有字元轉換為小寫:<?phpecho strtolower("Hello WORLD.");?>定義和用法strtolower() 函數把字串轉換為小
2024-12-29
PHP strtok() 函數
實例按單字分割字串:在下面的實例中,請注意,我們僅在第一次呼叫strtok() 函數時使用了string 參數。在首次呼叫後,函數僅需要split 參
2024-12-29
PHP strspn() 函數
實例傳回在字串"Hello world!" 中包含字元"kHlleo" 的數目:
2024-12-29
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
上一頁
124
125
126
127
128
129
130
131
132
下一頁