検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 192 for FAILED (0.011 sec.)
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 4570
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非 ... トファイル内での、アップロード開始位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 4570
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... トファイル内での、アップロード開始位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
現在のメールボックス以外のメールボックスのステータス情報を返す 4570
« imap_sort imap_subscribe » PHP Manual IMAP 関数 現在のメールボックス以外のメールボックスのステ ... validity . "<br />\n" ; } else { echo "imap_status failed: " . imap_last_error () . "\n" ; } imap_close ( $m ...
https://man.plustar.jp/php/function.imap-status.html - [similar]
結果からカラム情報を取得し、オブジェクトとして返す 4570
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... ect * from table' ); if (! $result ) { die( 'Query failed: ' . mysql_error ()); } /* カラムのメタデータを取得 ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
署名された公開鍵とチャレンジを新規に作成する 4570
« openssl_spki_export openssl_spki_verify » PHP Manual OpenSSL 関数 署名された公開鍵とチャレンジ ... ) { echo $spkac ; } else { echo "SPKAC generation failed" ; } ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.openssl-spki-new.html - [similar]
行をオブジェクトとして得る 4570
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... 32 dbname= $database " ); if (! $db_conn ) { echo "Failed connecting to postgres database $database \n" ; ex ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
XMLファイルをパースし、オブジェクトに代入する 4570
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、 ... ( 'test.xml' ); print_r ( $xml ); } else { exit( 'Failed to open test.xml.' ); } ?> このスクリプトは成功時に ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]
キャッシュされたファイルのキャッシュエントリをリフレッシュする 4570
« wincache_ocache_meminfo wincache_rplist_fileinfo » PHP Manual WinCache 関数 キャッシュされたフ ... $filename , 'w+' ); if ( $handle === FALSE ) die( 'Failed to open file ' . $filename . ' for writing' ); fwr ...
https://man.plustar.jp/php/function.wincache-refresh-if-changed.html - [similar]
Basic Gearman client and worker, submitting tasks 4570
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... . "\n" ; } function reverse_fail ( $task ) { echo "FAILED: " . $task -> jobHandle () . "\n" ; } function rev ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
IntlDateFormatter で使用する寛大さを取得する 4570
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter Int ... 13/1971'). Result is : Error_msg is : Date parsing failed: U_PARSE_ERROR Error_code is : 9 参考 datefmt_set_ ...
https://man.plustar.jp/php/intldateformatter.islenient.html - [similar]