首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
print
print
輸出一個字符串
名稱:
print
分類:
字符串
所屬語言:
php
一句話介紹:
輸出一個或多個字符串。
相關內容
curl_multi_close 在高並發環境下的性能瓶頸分析
3
PDOStatement::columnCount 與PDO::query 的結合使用示例
3
為什麼xml_parser_get_option 返回false?常見原因分析
3
bcsqrt函數計算結果與sqrt函數的區別
2
同類函數
strpos
strpos
查找字符串中子字符串第一次出現的位置
join
join
implode的別名
fprintf
fprintf
將格式化後的字符串寫入到流
htmlentities
htmlentities
將所有適用的字符轉換為HTML實體-將字
stripcslashes
stripcslashes
反引用一個使用addcslashes()
str_getcsv
str_getcsv
將CSV字符串解析為數組
str_shuffle
str_shuffle
隨機打亂一個字符串
ucfirst
ucfirst
將字符串的第一個字符設為大寫
熱門文章