検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 389 for foreach (0.015 sec.)
イテレータを追加する 4295
« AppendIterator AppendIterator::__construct » PHP Manual AppendIterator イテレータを追加する Ap ... nd ( $array_a ); $iterator -> append ( $array_b ); foreach ( $iterator as $current ) { echo $current ; } ?> 上 ...
https://man.plustar.jp/php/appenditerator.append.html - [similar]
現在の DirectoryIterator アイテムのサイズを取得する 4295
« DirectoryIterator::getPerms DirectoryIterator::getType » PHP Manual DirectoryIterator 現在の D ... r = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $iterator as $fileinfo ) { if ( $fileinfo -> isF ...
https://man.plustar.jp/php/directoryiterator.getsize.html - [similar]
PHP の使いかた 4295
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクション ... ことでPOSTされた全ての値にアクセスできます。例えば、 foreach で単純にループして empty() で値をチェックし、 結果 ... を出力します。 <?php $empty = $post = array(); foreach ( $_POST as $varname => $varvalue ) { if (empty( $ ... 表示することができます。 $headers = getallheaders(); foreach ($headers as $name => $content) { echo "headers[$n ...
https://man.plustar.jp/php/faq.using.html - [similar]
Oracle データベースに接続する 4295
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== nul ... OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== nul ... OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== nul ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
Returns information about the server 4295
« sqlsrv_send_stream_data 日付および時刻関連 » PHP Manual SQLSRV 関数 Returns information about ... sqlsrv_server_info ( $conn ); if( $server_info ) { foreach( $server_info as $key => $value ) { echo $key . ": ...
https://man.plustar.jp/php/function.sqlsrv-server-info.html - [similar]
配列構造体に XML データを処理する 4295
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... charged or neutral function __construct ( $aa ) { foreach ( $aa as $k => $v ) $this -> $k = $aa [ $k ]; } } ... r_free ( $parser ); // loop through the structures foreach ( $tags as $key => $val ) { if ( $key == "molecule ... of array entries are the // lower and upper range for each molecule definition for ( $i = 0 ; $i < count ( $ ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
ビット演算子 4295
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... , 8 ); $test = 1 + 4 ; echo "\n Bitwise AND \n" ; foreach ( $values as $value ) { $result = $value & $test ; ... ' , $test ); } echo "\n Bitwise Inclusive OR \n" ; foreach ( $values as $value ) { $result = $value | $test ; ... est ); } echo "\n Bitwise Exclusive OR (XOR) \n" ; foreach ( $values as $value ) { $result = $value ^ $test ; ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
現在の位置を返す 4295
« LimitIterator::getInnerIterator LimitIterator::key » PHP Manual LimitIterator 現在の位置を返す ... imit_it = new LimitIterator ( $array_it , 2 , 3 ); foreach ( $limit_it as $item ) { echo $limit_it -> getPosi ...
https://man.plustar.jp/php/limititerator.getposition.html - [similar]
結果セットの次の行を連想配列で取得する 4295
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... t::fetch_assoc() の使い方の比較 mysqli_result は、 foreach を使って繰り返し処理をすることができます。 結果セッ ... タを使う場合 $result = $mysqli -> query ( $query ); foreach ( $result as $row ) { printf ( "%s (%s)\n" , $row ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
子要素を数える 4295
« SimpleXMLElement::__construct SimpleXMLElement::getDocNamespaces » PHP Manual SimpleXMLElement ... eople> EOF; $elem = new SimpleXMLElement ( $xml ); foreach ( $elem as $person ) { printf ( "%s has got %d chi ...
https://man.plustar.jp/php/simplexmlelement.count.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT