検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 282 for End (0.042 sec.)
クエリの次の行を連想配列あるいは数値添字配列で返す 4234
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... FOR SELECT * FROM all_objects WHERE ROWNUM < 5000; END; */ $conn = oci_connect ( 'hr' , 'welcome' , 'loca ... } $stid = oci_parse ( $conn , 'BEGIN myproc(:rc); END;' ); $refcur = oci_new_cursor ( $conn ); oci_bind_ ... NUM < 4 ORDER BY city; DBMS_SQL.RETURN_RESULT(c1); END;' ; $stid = oci_parse ( $conn , $sql ); oci_execut ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
直線を描く 4234
« ps_include_file ps_makespotcolor » PHP Manual PS 関数 直線を描く ps_lineto (PECL ps >= 1.1.0) ... _lineto ( $ps , 100 , 100 ); ps_stroke ( $ps ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> 参考 ps_moveto ...
https://man.plustar.jp/php/function.ps-lineto.html - [similar]
破線の形状を設定する 4234
« ps_setoverprintmode ps_shading_pattern » PHP Manual PS 関数 破線の形状を設定する ps_setpolydas ... _lineto ( $ps , 200 , 200 ); ps_stroke ( $ps ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> この例は、長さ ...
https://man.plustar.jp/php/function.ps-setpolydash.html - [similar]
WDDX パケットをデシリアライズする 4234
« wddx_add_vars wddx_packet_end » PHP Manual WDDX 関数 WDDX パケットをデシリアライズする wddx_de ...
https://man.plustar.jp/php/function.wddx-deserialize.html - [similar]
Lua 関数を呼び出す 4234
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... CODE function dummy(foo, bar) print(foo, ",", bar) end CODE ); $lua -> call ( "dummy" , array( "Lua" , "g ...
https://man.plustar.jp/php/lua.call.html - [similar]
次の結果を取得する 4234
« Memcached::deleteMultiByKey Memcached::fetchAll » PHP Manual Memcached 次の結果を取得する Memc ... 場合、 Memcached::getResultCode() は Memcached::RES_END を返します。 例 例1 Memcached::fetch() の例 <?php ...
https://man.plustar.jp/php/memcached.fetch.html - [similar]
ラージオブジェクトの内部ポインタをセットする 4234
« OCILob::saveFile OCILob::setBuffering » PHP Manual OCILob ラージオブジェクトの内部ポインタをセ ... UR - 現在の位置に offset バイト追加します OCI_SEEK_END - ラージオブジェクトの終端に offset バイト追加しま ...
https://man.plustar.jp/php/ocilob.seek.html - [similar]
Receives a message 4234
« ZMQSocket::isPersistent ZMQSocket::recvMulti » PHP Manual ZMQSocket Receives a message ZMQSock ... 例外 Throws ZMQSocketException on error. 例 例1 A send/recv example Non-blocking send / receive <?php /* ... ue object, there needs to be a server at the other end */ $queue = new ZMQSocket (new ZMQContext (), ZMQ ... 7.0.0.1:5555" ); /* Assign socket 1 to the queue, send and receive */ $retries = 5 ; $sending = true ; /* ... Start a loop */ do { try { /* Try to send / receive */ if ( $sending ) { echo "Sending messa ...
https://man.plustar.jp/php/zmqsocket.recv.html - [similar]
The EvStat class 4196
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... urned by EvStat::attr() method). The path must not end in a slash or contain special components such as ' ... o see if it changed somehow. For this case a recommended polling interval can be specified. If one specif ... ies a polling interval of 0.0 (highly recommended) then a suitable, unspecified default value will ... be resource-intensive. クラス概要 class EvStat extends EvWatcher { /* プロパティ */ public $ path ; publ ...
https://man.plustar.jp/php/class.evstat.html - [similar]
4196
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... "Running a blocking loop\n" ; Ev :: run (); echo "END\n" ; ?> 上の例の出力は、 たとえば以下のようになりま ... second, is launched after 2 seconds iteration = 10 END 例2 10.5 秒おきに繰り返すタイマー <?php $w = new E ... 検出を意味します) */ $loop_lo = Ev :: embeddableBackends () & Ev :: recommendedBackends () ? new EvLoop ( ... Ev :: embeddableBackends () & Ev :: recommendedBackends ()) : 0 ; if ( $lo ...
https://man.plustar.jp/php/ev.examples.html - [similar]