検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 218 for handle (0.023 sec.)
ベンダー固有の整数属性を設定する 5234
« radius_put_vendor_attr radius_put_vendor_string » PHP Manual Radius 関数 ベンダー固有の整数属性 ... 定する 説明 radius_put_vendor_int ( resource $radius_handle , int $vendor , int $type , int $value , int $opti ... らでないと、この関数は呼べません。 パラメータ radius_handle RADIUS リソース。 vendor ベンダー ID。 type 属性の ... , 固有 , 設定 , 整数 , int , put , string , 関数 , handle ...
https://man.plustar.jp/php/function.radius-put-vendor-int.html - [similar]
定義されている関数の一覧を返す 5234
« SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So ... RVER [ "REQUEST_METHOD" ] == "POST" ) { $server -> handle (); } else { echo "This SOAP server can handle fol ...
https://man.plustar.jp/php/soapserver.getfunctions.html - [similar]
cURL 共有ハンドルのオプションを設定する 5192
« curl_share_init curl_share_strerror » PHP Manual cURL 関数 cURL 共有ハンドルのオプションを設定 ... プションを設定する 説明 curl_share_setopt ( CurlShareHandle $share_handle , int $option , mixed $value ): bool ... ンドルに、オプションを設定します。 パラメータ share_handle curl_share_init() が返す cURL 共有ハンドル option ... を返します。 変更履歴 バージョン 説明 8.0.0 share_handle は CurlShareHandle クラスのインスタンスを期待するよ ... RL , share , 設定 , オプション , setopt , データ , handle , クッキー ...
https://man.plustar.jp/php/function.curl-share-setopt.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 5192
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中の ... .txt' ; // 書き込み用のファイルをオープンします。 $handle = fopen ( $local_file , 'w' ); // 接続を確立します ... tp_user_pass ); // $remote_file をダウンロードし、$handle に保存しようとします。 if ( ftp_fget ( $ftp , $han ... ルハンドラを閉じます。 ftp_close ( $ftp ); fclose ( $handle ); ?> 参考 ftp_get() - FTP サーバーからファイルをダ ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
サービスマネージャとの接続を切断する 5192
« ibase_service_attach ibase_set_event_handler » PHP Manual Firebird/InterBase 関数 サービスマネ ... 断する 説明 ibase_service_detach ( resource $service_handle ): bool パラメータ service_handle データベースサー ... ス , 切断 , マネージャ , service , ibase , detach , handle , 成功 , サーバ ...
https://man.plustar.jp/php/function.ibase-service-detach.html - [similar]
キャッシュされたファイルのキャッシュエントリをリフレッシュする 5150
« wincache_ocache_meminfo wincache_rplist_fileinfo » PHP Manual WinCache 関数 キャッシュされたフ ... php $filename = 'C:\inetpub\wwwroot\config.php' ; $handle = fopen ( $filename , 'w+' ); if ( $handle === FAL ... n file ' . $filename . ' for writing' ); fwrite ( $handle , '<?php $setting=something; ?>' ); fclose ( $hand ...
https://man.plustar.jp/php/function.wincache-refresh-if-changed.html - [similar]
オープンした blob から len バイト分のデータを取得する 5108
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から ... ータを取得する 説明 ibase_blob_get ( resource $blob_handle , int $len ): string この関数は、 ibase_blob_open( ... LOB から読み込むことはできません。 パラメータ blob_handle ibase_blob_open() でオープンした BLOB ハンドル。 l ... プン , データ , バイト , 取得 , BLOB , open , 関数 , handle , 最大 ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]
ディレクトリクラスのインスタンスを返す 5066
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP ... まうからです。 <?php $d = dir ( "/etc/php5" ); echo "Handle: " . $d -> handle . "\n" ; echo "Path: " . $d -> p ... ?> 上の例の出力は、 たとえば以下のようになります。 Handle: Resource id #2 Path: /etc/php5 . .. apache cgi cl ...
https://man.plustar.jp/php/function.dir.html - [similar]
ラージオブジェクトのカレントのシーク位置を返す 5066
« pg_lo_seek pg_lo_truncate » PHP Manual PostgreSQL 関数 ラージオブジェクトのカレントのシーク位置 ... ame=jacarta" ); pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最 ... 初の 50000 バイトをスキップする pg_lo_seek ( $handle , 50000 , PGSQL_SEEK_SET ); // どれだけスキップした ... のかを調べる $offset = pg_lo_tell ( $handle ); echo "Seek position is: $offset " ; pg_query ( ...
https://man.plustar.jp/php/function.pg-lo-tell.html - [similar]
Gearman 5025
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... riority task in the background GearmanClient::doJobHandle — Get the job handle for the running task GearmanC ... nJob::functionName — Get function name GearmanJob::handle — Get the job handle GearmanJob::returnCode — Get ... ther the task is currently running GearmanTask::jobHandle — Get the job handle GearmanTask::recvData — Read ...
https://man.plustar.jp/php/book.gearman.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT