検索

phrase: max: clip:
target: order:
Results of 31 - 33 of about 33 for strtoupper (0.017 sec.)
Oracle プレースホルダに PHP 変数をバインドする 7042
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... // 名前を大文字に変換してそれを保存します $name = strtoupper ( $name ); $stid = oci_parse ( $conn , 'UPDATE myt ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 7042
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... かをチェックし、%e 修飾子を // 適切に置換します if ( strtoupper ( substr ( PHP_OS , 0 , 3 )) == 'WIN' ) { $format ...
https://man.plustar.jp/php/function.strftime.html - [similar]
配列 6962
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップ ... 更 <?php foreach ( $colors as & $color ) { $color = strtoupper ( $color ); } unset( $color ); /* これ以降の $colo ...
https://man.plustar.jp/php/language.types.array.html - [similar]
PREV 1 2 3 4 NEXT