検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 279 for free (0.014 sec.)
コレクションオブジェクトに関連付けられたリソースを解放する 5701
« OCICollection::assignElem OCICollection::getElem » PHP Manual OCICollection コレクションオブジ ... トに関連付けられたリソースを解放する OCICollection::free (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OCIColle ... ction::free — コレクションオブジェクトに関連付けられたリソース ... を解放する 説明 public OCICollection::free (): bool コレクションオブジェクトに関連付けられたリ ... , リソース , 解放 , オブジェクト , OCICollection , free , OCI , パラメータ , 名前 , 変更 ...
https://man.plustar.jp/php/ocicollection.free.html - [similar]
LOB ディスクリプタに関連付けられたりソースを解放する 5701
« OCILob::flush OCILob::getBuffering » PHP Manual OCILob LOB ディスクリプタに関連付けられたりソー ... スを解放する OCILob::free (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) OCILob:: ... 関連付けられたりソースを解放する 説明 public OCILob::free (): bool 事前に oci_new_descriptor() を使用して割り ... ド: ソース , 解放 , ディスクリプタ , LOB , OCILob , free , OCI , 名前 , 変更 , パラメータ ...
https://man.plustar.jp/php/ocilob.free.html - [similar]
5624
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... socket */ NULL , EventBufferEvent :: OPT_CLOSE_ON_FREE | EventBufferEvent :: OPT_DEFER_CALLBACKS , "readc ... socket */ NULL , EventBufferEvent :: OPT_CLOSE_ON_FREE | EventBufferEvent :: OPT_DEFER_CALLBACKS ); if (! ... ; public function __destruct () { $this -> bev -> free (); } public function __construct ( $base , $fd ) ... t ( $base , $fd , EventBufferEvent :: OPT_CLOSE_ON_FREE ); $this -> bev -> setCallbacks (array( $this , "e ...
https://man.plustar.jp/php/event.examples.html - [similar]
秘密鍵を開放する 5556
« openssl_pkey_export openssl_pkey_get_details » PHP Manual OpenSSL 関数 秘密鍵を開放する openss ... l_pkey_free (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey ... _free — 秘密鍵を開放する 警告 この関数は PHP 8.0.0 で 非 ... 数に頼らないことを強く推奨します。 説明 openssl_pkey_free ( OpenSSLAsymmetricKey $key ): void 注意 : この関数 ... 関数 , pkey , key , リソース , バージョン , 推奨 , free , 実行 , OpenSSLAsymmetricKey ...
https://man.plustar.jp/php/function.openssl-pkey-free.html - [similar]
Returns EventBufferEvent object 5517
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... callback. So the EventBufferEvent object should be freed explicitly with EventBufferEvent::free() method. ... ド: EventBufferEvent , Returns , EventHttpRequest , free , getBufferEvent , event , パラメータ , So , calle ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
のエイリアス ibase_query 5517
« fbird_prepare fbird_restore » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_query fbir ... h_object() - のエイリアス ibase_fetch_object fbird_free_result() - のエイリアス ibase_free_result 関連キー ... se , query , fbird , fetch , 関数 , errmsg , row , free , result , prepare ...
https://man.plustar.jp/php/function.fbird-query.html - [similar]
のエイリアス ibase_set_event_handler 5517
« fbird_service_detach fbird_trans » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_set_e ... リアスです。 ibase_set_event_handler() . 参考 fbird_free_event_handler() - のエイリアス ibase_free_event_ha ... キーワード: event , handler , ibase , fbird , 関数 , free , wait , service , detach , trans ...
https://man.plustar.jp/php/function.fbird-set-event-handler.html - [similar]
のエイリアス ibase_wait_event 5517
« fbird_trans ibase_add_user » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_wait_event ... ler() - のエイリアス ibase_set_event_handler fbird_free_event_handler() - のエイリアス ibase_free_event_ha ... ド: event , ibase , wait , fbird , handler , 関数 , free , trans , user , 参考 ...
https://man.plustar.jp/php/function.fbird-wait-event.html - [similar]
OCI8 廃止されたエイリアスと関数 5517
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... ocifetchstatement — oci_fetch_all のエイリアス ocifreecollection — のエイリアス OCICollection::free ocifr ... eecursor — oci_free_statement のエイリアス ocifreedesc — OCILob::free ... のエイリアス ocifreestatement — oci_free_statement のエイリアス ociinte ... 関数 , 廃止 , OCICollection , OCILob , fetch , new , free , internal ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 5411
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ーブルには次の 5 行が含まれます: 1, 3, 5, 7, 11 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例3 f ... ( $row as $item ) { print $item . "<br>\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例4 W ... tin // Ernst // Hunold // Lorentz // Pataballa oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例5 L ... Brunswick // South San Francisco // Southlake oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例6 R ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT