検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 122 for Item (0.083 sec.)
現在の位置を返す 5799
« LimitIterator::getInnerIterator LimitIterator::key » PHP Manual LimitIterator 現在の位置を返す ... tor ( $array_it , 2 , 3 ); foreach ( $limit_it as $item ) { echo $limit_it -> getPosition () . ' ' . $item ...
https://man.plustar.jp/php/limititerator.getposition.html - [similar]
PHP の関数を XPath 関数として登録する 5774
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... itle = $node -> getElementsByTagName ( "title" )-> item ( 0 )-> nodeValue ; $author = $node -> getElements ... ByTagName ( "author" )-> item ( 0 )-> nodeValue ; echo " $title by $author \n" ; ... { echo $book -> getElementsByTagName ( "title" )-> item ( 0 )-> nodeValue . "\n" ; } ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
実行のために Oracle の文をパースする 5774
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... TURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" . ( $item !== null ? htmlentities ... ( $item , ENT_QUOTES ) : "&nbsp;" ) . "</td>\n" ; } echo " ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]
ディレクトリやファイルの数を取得する 5774
« GlobIterator::__construct InfiniteIterator » PHP Manual GlobIterator ディレクトリやファイルの数 ... new GlobIterator ( '*.xml' ); printf ( "Matched %d item(s)\r\n" , $iterator -> count ()); ?> 上の例の出力は ... 、 たとえば以下のようになります。 Matched 8 item(s) 参考 GlobIterator::__construct() - glob を使うデ ...
https://man.plustar.jp/php/globiterator.count.html - [similar]
ZMQ 5737
« yaz_wait はじめに » PHP Manual その他のサービス ZMQ ZMQ はじめに インストール/設定 要件 ZMQ — ... ket ZMQPoll — The ZMQPoll class ZMQPoll::add — Add item to the poll set ZMQPoll::clear — Clear the poll se ... t ZMQPoll::count — Count items in the poll set ZMQPoll::getLastErrors — Get poll ... errors ZMQPoll::poll — Poll the items ZMQPoll::remove — Remove item from poll set ZMQDe ...
https://man.plustar.jp/php/book.zmq.html - [similar]
DOMNamedNodeMap クラス 5737
« DOMImplementation::hasFeature DOMNamedNodeMap::count » PHP Manual DOM DOMNamedNodeMap クラス D ... /* メソッド */ public count (): int public getNamedItem ( string $qualifiedName ): ? DOMNode public getNam ... edItemNS ( ? string $namespace , string $localName ): ? D ... OMNode public item ( int $index ): ? DOMNode } プロパティ length マッ ... 装されていなかったメソッド DOMNamedNodeMap::setNamedItem() , DOMNamedNodeMap::removeNamedItem() , DOMNamedN ...
https://man.plustar.jp/php/class.domnamednodemap.html - [similar]
Result コールバック 5737
« コールバック Read-through キャッシュコールバック » PHP Manual コールバック Result コールバック ... ched (); $m -> addServer ( 'localhost' , 11211 ); $items = array( 'key1' => 'value1' , 'key2' => 'value2' ... , 'key3' => 'value3' ); $m -> setMulti ( $items ); $m -> getDelayed (array( 'key1' , 'key3' ), tr ... ue , 'result_cb' ); function result_cb ( $memc , $item ) { var_dump ( $item ); } ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/memcached.callbacks.result.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 5663
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... )) != false ) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ? htmlentities ... ( $item , ENT_QUOTES ) : "&nbsp;" ). "</td>\n" ; } echo "< ... )) != false ) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ? htmlentities ... ( $item , ENT_QUOTES | ENT_SUBSTITUTE ): "&nbsp;" ). "</td ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
CommonMark 5626
« テキスト処理 はじめに » PHP Manual テキスト処理 CommonMark CommonMark はじめに インストール/設 ... nstruct — OrderedList Construction CommonMark\Node\ItemItem concrete CommonMark\Node CommonMark\Node\Te ...
https://man.plustar.jp/php/book.cmark.html - [similar]
項目の値を減らす 5626
« Memcache::connect Memcache::delete » PHP Manual Memcache 項目の値を減らす Memcache::decrement ... value = memcache_decrement ( $memcache_obj , 'test_item' , 2 ); /* オブジェクト指向の API */ $memcache_obj ... */ $new_value = $memcache_obj -> decrement ( 'test_item' , 3 ); ?> 参考 Memcache::increment() - 項目の値を ...
https://man.plustar.jp/php/memcache.decrement.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT