検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 771 for close (0.089 sec.)
Gets read timeout 3763
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... ()); } var_dump ( $stomp -> getReadTimeout ()); /* close connection */ unset( $stomp ); ?> 上の例の出力は、 ... } var_dump ( stomp_get_read_timeout ( $link )); /* close connection */ stomp_close ( $link ); ?> 上の例の出 ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
新規 FDF ドキュメントを作成する 3729
« fdf_close fdf_enum_values » PHP Manual FDF 関数 新規 FDF ドキュメントを作成する fdf_create (PH ... .pdf" ); fdf_save ( $outfdf , "outtest.fdf" ); fdf_close ( $outfdf ); Header ( "Content-type: application/v ... hru ( $fp ); unlink ( "outtest.fdf" ); ?> 参考 fdf_close() - FDF ドキュメントを閉じる fdf_save() - FDF ドキ ...
https://man.plustar.jp/php/function.fdf-create.html - [similar]
結果に関連付けられたメモリを開放する 3729
« mysqli_result::field_seek mysqli_result::getIterator » PHP Manual mysqli_result 結果に関連付け ... メモリを開放する mysqli_result::free mysqli_result::close mysqli_result::free_result mysqli_free_result (PHP ... HP 7, PHP 8) mysqli_result::free -- mysqli_result::close -- mysqli_result::free_result -- mysqli_free_resul ... mysqli_result::free (): void public mysqli_result::close (): void public mysqli_result::free_result (): voi ...
https://man.plustar.jp/php/mysqli-result.free.html - [similar]
Opens a connection 3729
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp ... 'Connection failed: ' . $e -> getMessage ()); } /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?p ... nnection failed: ' . stomp_connect_error ()); } /* close connection */ stomp_close ( $link ); ?> 関連キーワ ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
Gets the current stomp session ID 3729
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... e ()); } var_dump ( $stomp -> getSessionId ()); /* close connection */ unset( $stomp ); ?> 上の例の出力は、 ... ; } var_dump ( stomp_get_session_id ( $link )); /* close connection */ stomp_close ( $link ); ?> 上の例の出 ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
Check all the connections on the server. 3729
« Swoole\Server::getLastError Swoole\Server::listen » PHP Manual Swoole\Server Check all the con ... r. 説明 public Swoole\Server::heartbeat ( bool $if_close_connection ): mixed パラメータ if_close_connection ...
https://man.plustar.jp/php/swoole-server.heartbeat.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 3695
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... 'ev_accept' ], $this -> ctx , EventListener :: OPT_CLOSE_ON_FREE | EventListener :: OPT_REUSEABLE , - 1 , ' ... nt ( $this -> base , $fd , EventBufferEvent :: OPT_CLOSE_ON_FREE ); if (! $this -> connections [ $id ][ 'cn ... e -> exit ( NULL ); exit(); } } public function ev_close ( $id ) { $this -> connections [ $id ][ 'cnx' ]-> ... ev_write ( $id , "250 OK quit\r\n" ); $this -> ev_close ( $id ); break; case strncmp ( 'STARTTLS' , $line ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
Execute a prepared SQL statement 3695
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... RID_ASSOC ); $event_code = $row [ "code" ]; cubrid_close_request ( $result ); $history_req = cubrid_prepare ... r" ], $row [ "score" ], $row [ "unit" ]); } cubrid_close_request ( $history_req ); cubrid_disconnect ( $con ... uery when executing multiple SQL statements cubrid_close_request() - Close the request handle cubrid_commit ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
のエイリアス ibase_connect 3695
« fbird_commit fbird_db_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_connect fbi ... ird_pconnect() - のエイリアス ibase_pconnect fbird_close() - のエイリアス ibase_close 関連キーワード: ibase ...
https://man.plustar.jp/php/function.fbird-connect.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 3695
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... : 1, 3, 5, 7, 11 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例3 foreach() ループでのバインド <?p ... m . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例4 WHERE 句でのバインド <?php $conn ... ntz // Pataballa oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例5 LIKE 句でのバインド <?php $conn ... sco // Southlake oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例6 REGEXP_LIKE でのバインド <?php $ ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]