検索

phrase: max: clip:
target: order:
Results of 421 - 430 of about 1938 for IF (0.262 sec.)
mysqlndプラグインの開発をはじめよう 2585
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... global_user_conn_proxy = fetch_userspace_proxy(); if (global_user_conn_proxy) { /* call userspace proxy ... /* ... */, const char *host, /* ...*/) { /* ... */ if (global_user_conn_proxy) { /* ... */ zval* zv_host ... ss, connect)( MYSQLND *conn, /* ...*/) { /* ... */ if (global_user_conn_proxy) { /* ... */ zval* zv_conn ... mysqlnd_plugin_connection", connect) { /* ... simplified! ... */ zval* mysqlnd_rsrc; MYSQLND* conn; char ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
2585
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... * read a frame */ $frame = $stomp -> readFrame (); if ( $frame -> body === $msg ) { var_dump ( $frame ); ... 'ssl://localhost:61612' ); /* check connection */ if (! $link ) { die( 'Connection failed: ' . stomp_co ... ad a frame */ $frame = stomp_read_frame ( $link ); if ( $frame [ 'body' ] === $msg ) { var_dump ( $frame ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
State Detection 2585
« Threaded::extend Threaded::isTerminated » PHP Manual Threaded State Detection Threaded::isRunn ... tion 説明 public Threaded::isRunning (): bool Tell if the referenced object is executing パラメータ この ... n () { $this -> synchronized (function( $thread ){ if (! $thread -> done ) $thread -> wait (); }, $this ... $thread ){ $thread -> done = true ; $thread -> notify (); }, $my ); ?> 上の例の出力は以下となります。 b ...
https://man.plustar.jp/php/thread.isrunning.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 2585
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' )) { $fp = $z -> getStre ... am ( 'test' ); if(! $fp ) exit( "失敗\n" ); while (! feof ( $fp )) { ... . dirname ( __FILE__ ) . '/test.zip#test' , 'r' ); if (! $fp ) { exit( "オープンできません\n" ); } while ... xml 関数とでも使用可能 <?php $im = imagecreatefromgif ( 'zip://' . dirname ( __FILE__ ) . '/test_im.zip# ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
Attempts to find a value's index 2552
« Ds\Deque::filter Ds\Deque::first » PHP Manual Deque Attempts to find a value's index Ds\Deque: ... ): mixed Returns the index of the value , or false if not found. パラメータ value The value to find. 戻り ... 値 The index of the value, or false if not found. 注意 : Values will be compared by value ...
https://man.plustar.jp/php/ds-deque.find.html - [similar]
Attempts to find a value's index 2552
« Ds\Sequence::filter Ds\Sequence::first » PHP Manual Sequence Attempts to find a value's index ... ): mixed Returns the index of the value , or false if not found. パラメータ value The value to find. 戻り ... 値 The index of the value, or false if not found. 注意 : Values will be compared by value ...
https://man.plustar.jp/php/ds-sequence.find.html - [similar]
Attempts to find a value's index 2552
« Ds\Vector::filter Ds\Vector::first » PHP Manual Vector Attempts to find a value's index Ds\Vec ... ): mixed Returns the index of the value , or false if not found. パラメータ value The value to find. 戻り ... 値 The index of the value, or false if not found. 注意 : Values will be compared by value ...
https://man.plustar.jp/php/ds-vector.find.html - [similar]
2552
« 定義済み定数 Enchant 関数 » PHP Manual Enchant 例 例 例1 Enchant の使用例 <?php $tag = 'en_US' ... hant_broker_list_dicts ( $r ); print_r ( $dicts ); if ( enchant_broker_dict_exists ( $r , $tag )) { $d = ... ct_check ( $d , "soong" ); print_r ( $dprovides ); if (! $wordcorrect ) { $suggs = enchant_dict_suggest ...
https://man.plustar.jp/php/enchant.examples.html - [similar]
EvEmbed オブジェクトを作る 2552
« EvEmbed EvEmbed::createStopped » PHP Manual EvEmbed EvEmbed オブジェクトを作る EvEmbed::__cons ... aultLoop (); $socket_loop = NULL ; $embed = NULL ; if ( Ev :: supportedBackends () & ~ Ev :: recommended ... Backends () & Ev :: BACKEND_KQUEUE ) { if (( $socket_loop = new EvLoop ( Ev :: BACKEND_KQUEU ... E ))) { $embed = new EvEmbed ( $loop ); } } if (! $socket_loop ) { $socket_loop = $loop ; } // こ ...
https://man.plustar.jp/php/evembed.construct.html - [similar]
Return the current CUBRID connection charset 2552
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ... 説明 cubrid_client_encoding ( resource $conn_identifier = ? ): string This function returns the current ... nction cubrid_get_charset() . パラメータ conn_identifier The CUBRID connection. If the connection identi ... fier is not specified, the last link opened by cubrid_connect() is as ... cubrid_connect ( "localhost" , 33000 , "demodb" ); if (! $con ) { die( 'Could not connect.' ); } printf ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]