検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 225 for link (0.023 sec.)
結果における行の数を得る 5007
« mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_row ... e を返します。 例 例1 mysql_num_rows() の例 <?php $link = mysql_connect ( "localhost" , "mysql_user" , "my ... sql_password" ); mysql_select_db ( "database" , $link ); $result = mysql_query ( "SELECT * FROM table1" ... , $link ); $num_rows = mysql_num_rows ( $result ); echo " ...
https://man.plustar.jp/php/function.mysql-num-rows.html - [similar]
Returns a string description of the last connect error 5007
« Stomp 関数 stomp_version » PHP Manual Stomp 関数 Returns a string description of the last conn ... urred. 例 例1 stomp_connect_error() example <?php $link = stomp_connect ( 'http://localhost:61613' ); if(! ... $link ) { die( 'Connection failed: ' . stomp_connect_err ...
https://man.plustar.jp/php/function.stomp-connect-error.html - [similar]
統計情報 5007
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、 ... た再接続の合計回数 次のコードは、再接続を行います。 $link = new mysqli(...);$link->real_connect(...) しかし、 ... 次のコードは再接続を行いません。 $link = new mysqli(...); $link->connect(...) なぜなら、こ ... xt/mysqli 限定). 明示的に接続を閉じるコードの例 : $link = new mysqli(...); $link->close(...) $link = new m ... ysqli(...); $link->connect(...) implicit_close Connection 暗黙的に閉 ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
Open a connection to a CUBRID Server 4965
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... tring $userid = ? , string $passwd = ? , bool $new_link = false ): resource The cubrid_connect() function ... ssword. If not given, the default value is "". new_link If a second call is made to cubrid_connect() with ... lready opened connection will be returned. The new_link parameter modifies this behavior and makes cubrid_ ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
blob の長さと他の便利な情報を返す 4924
« ibase_blob_import ibase_blob_open » PHP Manual Firebird/InterBase 関数 blob の長さと他の便利な ... の便利な情報を返す 説明 ibase_blob_info ( resource $link_identifier , string $blob_id ): array ibase_blob_i ... BLOB の長さや他の便利な情報を返します。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最 ...
https://man.plustar.jp/php/function.ibase-blob-info.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 4924
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... t ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); $link = mysqli_connect ( 'localhost' , 'my_user' , 'my_p ... assword' , 'world' ); $stmt = mysqli_prepare ( $link , "INSERT INTO CountryLanguage VALUES (?, ?, ?, ?) ... ryLanguage テーブルを削除します */ mysqli_query ( $link , "DELETE FROM CountryLanguage WHERE Language='Bav ... tf ( "%d row deleted.\n" , mysqli_affected_rows ( $link )); 上の例の出力は以下となります。 1 row inserted. ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
デバッグ情報をログに出力する 4924
« mysqli::debug mysqli::$errno » PHP Manual mysqli デバッグ情報をログに出力する mysqli::dump_deb ... ーザーによって実行されるされることを 想定しており、 link で指定した接続に関連する MySQL サーバーのデバッグ情 ... 報をログに出力します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ...
https://man.plustar.jp/php/mysqli.dump-debug-info.html - [similar]
Starts a transaction 4924
« Stomp::ack Stomp::commit » PHP Manual Stomp Starts a transaction Stomp::begin stomp_begin (PEC ... ders = ? ): bool 手続き型: stomp_begin ( resource $link , string $transaction_id , array $headers = ? ): b ... ool Starts a transaction. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ...
https://man.plustar.jp/php/stomp.begin.html - [similar]
Removes an existing subscription 4924
« Stomp::subscribe StompFrame » PHP Manual Stomp Removes an existing subscription Stomp::unsubsc ... ? ): bool 手続き型: stomp_unsubscribe ( resource $link , string $destination , array $headers = ? ): bool ... Removes an existing subscription. パラメータ link 手続き型のみ: stomp_connect() が返す stomp リンク ...
https://man.plustar.jp/php/stomp.unsubscribe.html - [similar]
ファイルについての情報を取得する 4924
« streamWrapper::unlink ストリーム 関数 » PHP Manual streamWrapper ファイルについての情報を取得す ... s_readable() is_executable() is_file() is_dir() is_link() file_exists() lstat() stat() SplFileInfo::getPer ... Info::isFile() SplFileInfo::isDir() SplFileInfo::isLink() RecursiveDirectoryIterator::hasChildren() パラメ ... わせて使用します。 Flag Description STREAM_URL_STAT_LINK 他のリソースへのリンクを行うことができるリソース ( ... の情報のみを返します。 このフラグは、 lstat() 、 is_link() あるいは filetype() に対応して設定されます。 STR ...
https://man.plustar.jp/php/streamwrapper.url-stat.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT