首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
str_pad
str_pad
使用另一個字符串將字符串填充到某個長度
名稱:
str_pad
分類:
字符串
所屬語言:
php
一句話介紹:
把字符串填充為新的長度。
相關內容
使用PHP從CSV文件中提取和顯示數據的方法
6
linuyx環境下執行PHP腳本指南
5
解決自動加載器衝突的技巧:結合spl_autoload_unregister 與spl_autoload_register
4
如何解決unserialize 時出現的“Cannot unserialize” 錯誤?
5
同類函數
lcfirst
lcfirst
將字符串的第一個字符設為小寫
strtr
strtr
翻譯字符或替換子字符串-轉換指定字符
metaphone
metaphone
計算字符串的metaphone鍵
strstr
strstr
查找字符串的首次出現
stripslashes
stripslashes
反轉義一個轉義的字符串
nl2br
nl2br
在字符串所有新行之前插入HTML換行標記
str_ends_with
str_ends_with
檢查字符串是否以給定的子字符串結尾
number_format
number_format
以千位分隔符方式格式化一個數字
熱門文章