検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 771 for close (0.138 sec.)
Acknowledges consumption of a message 3485
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... bscription */ $stomp -> unsubscribe ( $queue ); /* close connection */ unset( $stomp ); ?> 例2 手続き型 <?p ... iption */ stomp_unsubscribe ( $link , $queue ); /* close connection */ stomp_close ( $link ); ?> 注意 注意 ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
Reads the next frame 3485
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... a frame */ var_dump ( $stomp -> readFrame ()); /* close connection */ unset( $stomp ); ?> 上の例の出力は、 ... a frame */ $frame = stomp_read_frame ( $link ); /* close connection */ stomp_close ( $link ); ?> 上の例の出 ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
ZIP ファイルアーカイブをオープンする 3485
« ZipArchive::locateName ZipArchive::registerCancelCallback » PHP Manual ZipArchive ZIP ファイル ... cho '成功' ; $zip -> extractTo ( 'test' ); $zip -> close (); } else { echo '失敗、コード:' . $res ; } ?> 例 ... addFile ( 'data.txt' , 'entryname.txt' ); $zip -> close (); echo '成功' ; } else { echo '失敗' ; } ?> 例3 ... addFile ( 'data.txt' , 'entryname.txt' ); $zip -> close (); echo '成功' ; } else { echo '失敗' ; } ?> 関連 ...
https://man.plustar.jp/php/ziparchive.open.html - [similar]
現在のメールボックスから削除するメッセージに印を付ける 3451
« imap_createmailbox imap_deletemailbox » PHP Manual IMAP 関数 現在のメールボックスから削除するメ ... メッセージは、 imap_expunge() がコールされるか imap_close() に CL_EXPUNGE を付けてコールされるかのどちらかが ... r expunge: " . $check -> Nmsgs . "<br />\n" ; imap_close ( $mbox ); ?> 注意 注意 : IMAP メールボックスは、コ ... 除用にマークされたすべてのメッセージを削除する imap_close() - IMAP ストリームをクローズする 関連キーワード: ...
https://man.plustar.jp/php/function.imap-delete.html - [similar]
出力用のファイルを開く 3451
« ps_new ps_open_image_file » PHP Manual PS 関数 出力用のファイルを開く ps_open_file (PECL ps >= ... PostScript ドキュメントをその中に書き込みます。 ps_close() が呼ばれると、ファイルは閉じられます。 パラメータ ... true を、失敗した場合に false を返します。 参考 ps_close() - PostScript ドキュメントを閉じる 関連キーワード ...
https://man.plustar.jp/php/function.ps-open-file.html - [similar]
memcached サーバーへの接続をオープンする 3451
« Memcache::close Memcache::decrement » PHP Manual Memcache memcached サーバーへの接続をオープン ... リプトの実行終了時に自動的に閉じられます。 Memcache::close() を使用して閉じることも可能です。 memcache_connec ... d サーバーへの持続的な接続をオープンする Memcache::close() - memcached サーバーとの接続を閉じる 関連キーワー ...
https://man.plustar.jp/php/memcache.connect.html - [similar]
The MySQLi Extension Function Summary 3451
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... character set for the database connection mysqli::close() mysqli_close() N/A Closes a previously opened da ... prepared statement for result storage mysqli_stmt::close() mysqli_stmt_close() N/A Closes a prepared statem ... ield offset mysqli_result::free() , mysqli_result::close , mysqli_result::free_result mysqli_free_result() ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 3451
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... , $row [ 0 ], $row [ 1 ], $row [ 2 ]); $result -> close (); } } /* 接続を閉じます */ $mysqli -> close (); ... esult ( $result ); } } /* 接続を閉じます */ mysqli_close ( $link ); ?> 上の例の出力は以下となります。 Warni ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
Client URL Library 3417
« その他のサービス はじめに » PHP Manual その他のサービス Client URL Library Client URL Library ... 義済み定数 例 基本的な curl の使用法 cURL 関数 curl_close — cURL セッションを閉じる curl_copy_handle — cURL ... ンドルに、通常の cURL ハンドルを追加する curl_multi_close — cURL ハンドルのセットを閉じる curl_multi_errno — ... etopt — cURL 転送用オプションを設定する curl_share_close — cURL 共有ハンドルを閉じる curl_share_errno — 直近 ...
https://man.plustar.jp/php/book.curl.html - [similar]
Sets a callback for specified URI 3417
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... Type: text/plain * Content-Length: 4 * Connection: close * (press Enter) * * It will output * a=12 * HTTP/1 ... -Type: text/html; charset=ISO-8859-1 * Connection: close * * 3) See what the server outputs on the previous ... nt-Type: text/html; charset=ISO-8859-1 Connection: close 参考 EventHttp::setDefaultCallback() - Sets defaul ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]