検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 218 for handle (0.024 sec.)
The GearmanClient class 4742
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm ... ): GearmanTask public addTaskStatus ( string $job_handle , string &$context = ? ): GearmanTask public clear ... orkload , string $unique = ? ): string public doJobHandle (): string public doLow ( string $function_name , ... ic getErrno (): int public jobStatus ( string $job_handle ): array public ping ( string $workload ): bool pu ... riority task in the background GearmanClient::doJobHandle — Get the job handle for the running task GearmanC ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
SoapServer クラス 4742
« SoapClient::__soapCall SoapServer::addFunction » PHP Manual SOAP SoapServer クラス SoapServer ... = "" ): void public getFunctions (): array public handle ( ? string $request = null ): void public setClass ... tions — 定義されている関数の一覧を返す SoapServer::handle — SOAP リクエストを処理する SoapServer::setClass — ...
https://man.plustar.jp/php/class.soapserver.html - [similar]
エラーの内容を表す文字列を返す 4742
« curl_multi_setopt curl_pause » PHP Manual cURL 関数 エラーの内容を表す文字列を返す curl_multi_ ... マルチハンドルにハンドルを追加します curl_multi_add_handle ( $mh , $ch1 ); curl_multi_add_handle ( $mh , $ch2 ...
https://man.plustar.jp/php/function.curl-multi-strerror.html - [similar]
ファイルまたは URL をオープンする 4742
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... スラッシュを使用することに注意してください。 <?php $handle = fopen ( "c:\\folder\\resource.txt" , "r" ); ?> m ... 'e' が追加されました。 例 例1 fopen() の例 <?php $handle = fopen ( "/home/rasmus/file.txt" , "r" ); $handle ... = fopen ( "/home/rasmus/file.gif" , "wb" ); $handle = fopen ( "http://www.example.com/" , "r" ); $hand ...
https://man.plustar.jp/php/function.fopen.html - [similar]
ラージオブジェクトを切り詰める 4742
« pg_lo_tell pg_lo_unlink » PHP Manual PostgreSQL 関数 ラージオブジェクトを切り詰める pg_lo_trun ... ame=jacarta" ); pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // Tr ... uncate to 0 pg_lo_truncate ( $handle , 0 ); pg_query ( $database , "commit" ); echo $da ...
https://man.plustar.jp/php/function.pg-lo-truncate.html - [similar]
属性を取得する 4742
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get ... 性を取得する 説明 radius_get_attr ( resource $radius_handle ): mixed Radius リクエストと同様、各レスポンスもゼ ... スポンスから次の属性を取得します。 パラメータ radius_handle RADIUS リソース。 戻り値 属性の型とデータを含む連想 ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
整数属性を設定する 4742
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... 性を設定する 説明 radius_put_int ( resource $radius_handle , int $type , int $value , int $options = 0 , int ... らでないと、この関数は呼べません。 パラメータ radius_handle RADIUS リソース。 type 属性の型。 value 属性の値。 ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
ファイルポインタに残っているデータをすべて出力する 4742
« SplFileObject::flock SplFileObject::fputcsv » PHP Manual SplFileObject ファイルポインタに残って ... ラメータ この関数にはパラメータはありません。 戻り値 handle から読み込まれ出力を通して渡された文字数を返します ... ァイル , fpassthru , パラメータ , rewind , 文字数 , handle ...
https://man.plustar.jp/php/splfileobject.fpassthru.html - [similar]
基本的な例 4700
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... rue ) { // 他の操作を後で行うためにキーを記憶する $handle_later [] = $key ; } $key = dba_nextkey ( $id ); } ... foreach ( $handle_later as $val ) { dba_delete ( $val , $id ); } ?> ...
https://man.plustar.jp/php/dba.example.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 4700
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... ンテンツを読み込み、表示する <?php $row = 1 ; if (( $handle = fopen ( "test.csv" , "r" )) !== FALSE ) { while ... (( $data = fgetcsv ( $handle , 1000 , "," )) !== FALSE ) { $num = count ( $data ... ) { echo $data [ $c ] . "<br />\n" ; } } fclose ( $handle ); } ?> 参考 str_getcsv() - CSV 文字列をパースして ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]