検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 389 for foreach (0.085 sec.)
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 4555
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... + OCI_RETURN_NULLS )) != false ) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ... + OCI_RETURN_NULLS )) != false ) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ... + OCI_RETURN_NULLS )) != false ) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
Description 4555
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... gin ); $imagickDraw -> push (); ksort ( $matrix ); foreach ( $matrix as $row ) { ksort ( $row ); $imagickDraw ... -> push (); foreach ( $row as $cell ) { if ( $cell !== false ) { $colo ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
Description 4555
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... gin ); $imagickDraw -> push (); ksort ( $matrix ); foreach ( $matrix as $row ) { ksort ( $row ); $imagickDraw ... -> push (); foreach ( $row as $cell ) { if ( $cell !== false ) { $colo ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
文字列をパースして、フィールドベースの時刻値にする 4555
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value ... ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
結果のすべての行を連想配列・数値添字配列あるいはその両方の形式で取得する 4555
« mysqli_result::data_seek mysqli_result::fetch_array » PHP Manual mysqli_result 結果のすべての行 ... ); $rows = $result -> fetch_all ( MYSQLI_ASSOC ); foreach ( $rows as $row ) { printf ( "%s (%s)\n" , $row [ ... ows = mysqli_fetch_all ( $result , MYSQLI_ASSOC ); foreach ( $rows as $row ) { printf ( "%s (%s)\n" , $row [ ...
https://man.plustar.jp/php/mysqli-result.fetch-all.html - [similar]
結果セットにおける現在の行のカラムの長さを返す 4555
« mysqli_result::getIterator mysqli_result::$num_rows » PHP Manual mysqli_result 結果セットにおけ ... lt -> fetch_row (); /* カラムの長さを表示します */ foreach ( $result -> lengths as $i => $val ) { printf ( "F ... ch_row ( $result ); /* カラムの長さを表示します */ foreach ( mysqli_fetch_lengths ( $result ) as $i => $val ) ...
https://man.plustar.jp/php/mysqli-result.lengths.html - [similar]
基本的な SimpleXML の使用法 4555
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... er> ノードに対して、<name> を分割して表示します */ foreach ( $movies -> movie -> characters -> character as $ ... にアクセスします。 * また、その評価も出力します。*/ foreach ( $movies -> movie [ 0 ]-> rating as $rating ) { s ... php' ; $movies = new SimpleXMLElement ( $xmlstr ); foreach ( $movies -> xpath ( '//character' ) as $character ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 4469
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... st2.jpg' , 0 , true ); echo "test2.jpg:<br />\n" ; foreach ( $exif as $key => $section ) { foreach ( $section ... COMPUTED' headers echo 'EXIF Headers:' . PHP_EOL ; foreach ( $headers [ 'COMPUTED' ] as $header => $value ) { ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
配列を昇順にソートする 4469
« sizeof uasort » PHP Manual 配列 関数 配列を昇順にソートする sort (PHP 4, PHP 5, PHP 7, PHP 8) ... "orange" , "banana" , "apple" ); sort ( $fruits ); foreach ( $fruits as $key => $val ) { echo "fruits[" . $ke ... sort ( $fruits , SORT_NATURAL | SORT_FLAG_CASE ); foreach ( $fruits as $key => $val ) { echo "fruits[" . $ke ...
https://man.plustar.jp/php/function.sort.html - [similar]
次の要素に進む 4469
« Iterator::key Iterator::rewind » PHP Manual Iterator 次の要素に進む Iterator::next (PHP 5, PHP ... 置を次の要素に移動します。 注意 : このメソッドは、各 foreach ループの 後 にコールされます。 パラメータ この関数 ...
https://man.plustar.jp/php/iterator.next.html - [similar]