検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 50 for sprintf (0.009 sec.)
フォーマットに基づきファイルからの入力を処理する 7835
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する ... タリソース。 format string を解釈するフォーマット。 sprintf() のドキュメントにある説明と比べて、以下の違いがあ ... 理する printf() - フォーマット済みの文字列を出力する sprintf() - フォーマットされた文字列を返す 関連キーワード: ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
ストレージの暗号化 7835
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗 ... php // ハッシュされたパスワードを格納する $query = sprintf ( "INSERT INTO users(name,pwd) VALUES('%s','%s');" ... // パスワードが正しいかどうか問い合わせる $query = sprintf ( "SELECT pwd FROM users WHERE name='%s';" , pg_es ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
ファイルのパーミッションを取得する 7579
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... 八進形式でのパーミッションの表示 <?php echo substr ( sprintf ( '%o' , fileperms ( '/tmp' )), - 4 ); echo substr ... ( sprintf ( '%o' , fileperms ( '/etc/passwd' )), - 4 ); ?> 上 ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
Returns the increment component of this Timestamp 7459
« MongoDB\BSON\Timestamp::__construct MongoDB\BSON\Timestamp::getTimestamp » PHP Manual MongoDB\ ... ntegers on 32-bit platforms. The "%u" formatter of sprintf() may be used to obtain a string representation of ...
https://man.plustar.jp/php/mongodb-bson-timestamp.getincrement.html - [similar]
Returns the timestamp component of this Timestamp 7459
« MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD ... ntegers on 32-bit platforms. The "%u" formatter of sprintf() may be used to obtain a string representation of ...
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html - [similar]
文字列に変換する 7459
« ReflectionFunction::isDisabled ReflectionFunctionAbstract » PHP Manual ReflectionFunction 文字 ... 例 <?php function title ( $title , $name ) { return sprintf ( "%s. %s\r\n" , $title , $name ); } echo new Refl ...
https://man.plustar.jp/php/reflectionfunction.tostring.html - [similar]
EZMLM で必要なハッシュ値を計算する 7324
« メール 関数 mail » PHP Manual メール 関数 EZMLM で必要なハッシュ値を計算する ezmlm_hash (PHP 4 ... mple.com" ; $hash = ezmlm_hash ( $user ); $query = sprintf ( "INSERT INTO sample VALUES (%s, '%s')" , $hash , ...
https://man.plustar.jp/php/function.ezmlm-hash.html - [similar]
利用可能なハッシュ ID の最大値を得る 7324
« Mhash 関数 mhash_get_block_size » PHP Manual Mhash 関数 利用可能なハッシュ ID の最大値を得る m ... count (); for ( $i = 0 ; $i <= $nr ; $i ++) { echo sprintf ( "The blocksize of %s is %d\n" , mhash_get_hash_n ...
https://man.plustar.jp/php/function.mhash-count.html - [similar]
フォーマットされた文字列を出力する 7324
« vfprintf vsprintf » PHP Manual String 関数 フォーマットされた文字列を出力する vprintf (PHP 4 > ... フォーマットされた文字列を出力します (フォーマットは sprintf() のドキュメントに既述されています)。 printf() と動 ... 参考 printf() - フォーマット済みの文字列を出力する sprintf() - フォーマットされた文字列を返す fprintf() - フォ ... ーマットされた文字列をストリームに書き込む vsprintf() - フォーマットされた文字列を返す vfprintf() - フ ...
https://man.plustar.jp/php/function.vprintf.html - [similar]
フォーマットされた文字列を返す 7324
« vprintf wordwrap » PHP Manual String 関数 フォーマットされた文字列を返す vsprintf (PHP 4 >= 4. ... 1.0, PHP 5, PHP 7, PHP 8) vsprintf — フォーマットされた文字列を返す 説明 vsprintf ( s ... tring $format , array $values ): string sprintf() と動作は同じですが、 可変長の引数ではなく配列を引 ... 数は、失敗時に false を返さなくなりました。 例 例1 vsprintf() : 整数のゼロ埋め <?php print vsprintf ( "%04d-%0 ... 参考 printf() - フォーマット済みの文字列を出力する sprintf() - フォーマットされた文字列を返す fprintf() - フォ ...
https://man.plustar.jp/php/function.vsprintf.html - [similar]
PREV 1 2 3 4 5 NEXT