functions-online

str_pad

説明

この関数は文字列 $input の左、右または両側を指定した長さで埋めます。オプションの引数 $pad_string が指定されていない場合は、 $input は空白で埋められ、それ以外の場合は、 $pad_string からの文字で制限まで埋められます。

宣言の str_pad

string str_pad ( string $input , int $pad_length [, string $pad_string ] [, int $pad_type ] )

テスト str_pad オンライン













共有 str_pad

のコメント str_pad

+

Leave your comment