検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 717 for current (0.040 sec.)
配列の内部ポインタを進める 3489
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8 ... t &$array ): mixed next() は、ひとつの違いを除いて current() と同じです。 next() は要素を返す前に内部配列ポイ ... rray( 'foot' , 'bike' , 'car' , 'plane' ); $mode = current ( $transport ); // $mode = 'foot'; $mode = next ( ... null であることを確認するようにしてください。 参考 current() - 配列内の現在の要素を返す end() - 配列の内部ポイ ...
https://man.plustar.jp/php/function.next.html - [similar]
XML ドキュメントの処理を開始する 3489
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... ml_get_error_code() , xml_error_string() , xml_get_current_line_number() , xml_get_current_column_number() お ... よび xml_get_current_byte_index() により取得可能です。 注意 : エンティテ ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
クライアントの文字セットを設定する 3489
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... */ $mysqli -> set_charset ( "utf8mb4" ); printf ( "Current character set: %s\n" , $mysqli -> character_set_na ... ysqli_set_charset ( $link , "utf8mb4" ); printf ( "Current character set: %s\n" , mysqli_character_set_name ( ... 以下のようになります。 Initial character set: latin1 Current character set: utf8mb4 注意 注意 : Windows プラット ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
次の行を読み出す 3489
« SplFileObject::key SplFileObject::rewind » PHP Manual SplFileObject 次の行を読み出す SplFileOb ... .txt" ); while (! $file -> eof ()) { echo $file -> current (); $file -> next (); } ?> 参考 SplFileObject::cur ...
https://man.plustar.jp/php/splfileobject.next.html - [similar]
LuaSandbox 3454
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめ ... the profiler. LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment LuaSandbox:: ... getMemoryUsage — Fetch the current memory usage of the Lua environment LuaSandbox::ge ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
RecursiveFilterIterator クラス 3454
« RecursiveDirectoryIterator::rewind RecursiveFilterIterator::__construct » PHP Manual イテレータ ... erIterator::accept (): bool public FilterIterator::current (): mixed public FilterIterator::getInnerIterator ... rIterator::valid (): bool public IteratorIterator::current (): mixed public IteratorIterator::getInnerIterato ...
https://man.plustar.jp/php/class.recursivefilteriterator.html - [similar]
Creates a new map using keys that aren't in another map 3454
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... p Returns the result of removing all keys from the current instance that are present in a given map . A \ B = ... p. 戻り値 The result of removing all keys from the current instance that are present in a given map . See Als ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
現在のスレッドの一意な ID を返す 3454
« version_compare zend_version » PHP Manual PHP オプション/情報 関数 現在のスレッドの一意な ID を ... ) の例 <?php $thread_id = zend_thread_id (); echo 'Current thread id is: ' . $thread_id ; ?> 上の例の出力は、 ... たとえば以下のようになります。 Current thread id is: 7864 注意 注意 : この関数が使用できる ...
https://man.plustar.jp/php/function.zend-thread-id.html - [similar]
内部イテレータの巻き戻し操作を阻止する 3454
« NoRewindIterator::next NoRewindIterator::valid » PHP Manual NoRewindIterator 内部イテレータの巻 ... ayIterator ( $fruits )); echo $noRewindIterator -> current () . "\n" ; $noRewindIterator -> next (); // イテレ ... ndIterator -> rewind (); echo $noRewindIterator -> current () . "\n" ; ?> 上の例の出力は以下となります。 lemo ...
https://man.plustar.jp/php/norewinditerator.rewind.html - [similar]
CUBRID 関数 3454
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... nect — Open a connection to a CUBRID Server cubrid_current_oid — Get OID of the current cursor location cubri ... of the connection cubrid_get_charset — Return the current CUBRID connection charset cubrid_get_class_name — ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]