検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 225 for link (0.004 sec.)
Sets read timeout 6842
« Stomp::send Stomp::subscribe » PHP Manual Stomp Sets read timeout Stomp::setReadTimeout stomp_ ... void 手続き型: stomp_set_read_timeout ( resource $link , int $seconds , int $microseconds = ? ): void Set ... s read timeout. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ... $stomp ); ?> 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/stomp.setreadtimeout.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 6717
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... tring $query ): resource ibase_prepare ( resource $link_identifier , string $query ): resource ibase_prepa ... re ( resource $link_identifier , string $trans , string $query ): reso ... _execute() ). パラメータ query An InterBase query. link_identifier An InterBase link identifier returned f ... rom ibase_connect() . If omitted, the last opened link is assumed. trans An InterBase transaction handle ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
Gets read timeout 6676
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout st ... array 手続き型: stomp_get_read_timeout ( resource $link ): array Gets read timeout パラメータ link 手続き型 ... "]=> int(0) } 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ... or ()); } var_dump ( stomp_get_read_timeout ( $link )); /* close connection */ stomp_close ( $link ); ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
Gets the current stomp session ID 6634
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... | false 手続き型: stomp_get_session_id ( resource $link ): string | false Gets the current stomp session I ... D. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ... 1895530-4:14" 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
Reads the next frame 6427
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... stompframe 手続き型: stomp_read_frame ( resource $link ): array Reads the next frame. It is possible to i ... parameters to that class's constructor. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ... ng(3) "bar" } 例2 手続き型 <?php /* connection */ $link = stomp_connect ( 'ssl://localhost:61612' ); /* ch ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 6385
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... RY processid を使用する必要があります。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ... 閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... D を取得します */ $thread_id = mysqli_thread_id ( $link ); /* 接続を終了します */ mysqli_kill ( $link , $t ... /* これはエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE myCity LIKE City" )) { printf ( "E ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
MySQL 接続を閉じる 6344
« mysql_client_encoding mysql_connect » PHP Manual MySQL 関数 MySQL 接続を閉じる mysql_close (PH ... ェクトへの null の代入 説明 mysql_close ( resource $link_identifier = NULL ): bool mysql_close() は、指定し ...link_identifier が指す MySQL データベースへの非持続的リ ... ンクを閉じます。 link_identifier が指定されない場合、最後に オープンされ ... る除法は リソースの開放 を参照ください。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ...
https://man.plustar.jp/php/function.mysql-close.html - [similar]
現在の接続のスレッド ID を返す 6261
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... ンド KILL QUERY processid を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ... 閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... D を取得します */ $thread_id = mysqli_thread_id ( $link ); /* 接続を切断します */ mysqli_kill ( $link , $t ... /* これはエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE myCity LIKE City" )) { printf ( "E ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 6261
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... RNINGS [limit row_count] を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ... 閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_p ... ysqli_connect_error ()); exit(); } mysqli_query ( $link , "CREATE TABLE myCity LIKE City" ); /* ウェールズ ... yrndrobwllllantysiliogogogoch')" ; mysqli_query ( $link , $query ); if ( mysqli_warning_count ( $link )) { ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
現在のシステムの状態を取得する 6220
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... PDO::ATTR_SERVER_INFO) 説明 mysql_stat ( resource $link_identifier = NULL ): string mysql_stat() は現在のサ ... ーバーの状態を返します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ... HOW STATUS SQL コマンドを 実行する必要があります。 link_identifier が不正な 場合には null が返されます。 例 ... 例1 mysql_stat() の例 <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'my ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT