検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 192 for FAILED (0.109 sec.)
サーバーとの接続状況を調べ、接続されていない場合は再接続する 4646
« mysql_pconnect mysql_query » PHP Manual MySQL 関数 サーバーとの接続状況を調べ、接続されていない ... l_query ( $sql ); if (! $result ) { echo 'Query #1 failed, exiting.' ; exit; } /* 接続が有効かどうかを確かめ ...
https://man.plustar.jp/php/function.mysql-ping.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 4646
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... ere is the opened data: " , $open ; } else { echo "failed to open data" ; } // 公開鍵をメモリから開放 openss ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 4646
« openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ ... echo $spkac ; } else { echo "Extraction of pub key failed" ; } ?> <keygen name="spkac" challenge="challenge ...
https://man.plustar.jp/php/function.openssl-spki-export.html - [similar]
スキャンの準備をする 4646
« yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5 ... d></tr>" ; } echo '</table>' ; } else { echo "Scan failed. Error: " . yaz_error ( $id ) . "<br />" ; } } ?> ...
https://man.plustar.jp/php/function.yaz-scan.html - [similar]
Basic usage 4646
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... omplete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case GEARMAN_SUCCESS : echo "Success: $ ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
アクセストークンを取得する 4646
« OAuth::generateSignature OAuth::getCAPath » PHP Manual OAuth アクセストークンを取得する OAuth: ... { print_r ( $access_token_info ); } else { print "Failed fetching access token, response was: " . $oauth -> ...
https://man.plustar.jp/php/oauth.getaccesstoken.html - [similar]
phar 内の現在の Phar エントリの圧縮を解除する 4646
« PharFileInfo::__construct PharFileInfo::delMetadata » PHP Manual PharFileInfo phar 内の現在の ... )); } catch ( Exception $e ) { echo 'Create/modify failed for my.phar: ' , $e ; } ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/pharfileinfo.decompress.html - [similar]
ストリームラッパーとして登録するクラスの例 4646
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... per_register ( "var" , "VariableStream" ) or die( "Failed to register protocol" ); $myvar = "" ; $fp = fopen ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
Creates new connection listener associated with an event base 4570
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... $this -> bev -> enable ( Event :: READ )) { echo "Failed to enable READ\n" ; return; } } public function ec ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 4570
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... ドを開始する、リモートファイル内の位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]