検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 192 for FAILED (0.016 sec.)
Ping a server connection or reconnect if there is no connection 4885
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... d_query ( $sql ); if (! $result ) { echo 'Query #1 failed, exiting.' ; exit; } /* Make sure the connection i ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
エラー情報を返す 4885
« gnupg_geterror gnupg_getprotocol » PHP Manual GnuPG 関数 エラー情報を返す gnupg_geterrorinfo ( ... ray(4) { ["generic_message"]=> string(14) "decrypt failed" ["gpgme_code"]=> int(117440570) ["gpgme_source"]= ...
https://man.plustar.jp/php/function.gnupg-geterrorinfo.html - [similar]
進行中の非同期接続のステータスをポーリングする 4885
« pg_close pg_connect » PHP Manual PostgreSQL 関数 進行中の非同期接続のステータスをポーリングする ... ection クラスのインスタンス。 戻り値 PGSQL_POLLING_FAILED 、 PGSQL_POLLING_READING 、 PGSQL_POLLING_WRITING ...
https://man.plustar.jp/php/function.pg-connect-poll.html - [similar]
SSH の認証を、ssh agent を使って行う 4885
« SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う ... ion Successful!\n" ; } else { die( 'Authentication Failed...' ); } ?> 関連キーワード: agent , 認証 , auth , ...
https://man.plustar.jp/php/function.ssh2-auth-agent.html - [similar]
SSH 上でプレーンなパスワードを使用した認証を行う 4885
« ssh2_auth_none ssh2_auth_pubkey_file » PHP Manual SSH2 関数 SSH 上でプレーンなパスワードを使用 ... ion Successful!\n" ; } else { die( 'Authentication Failed...' ); } ?> 関連キーワード: パスワード , 認証 , 使 ...
https://man.plustar.jp/php/function.ssh2-auth-password.html - [similar]
エラー番号を返す 4885
« yaz_element yaz_error » PHP Manual YAZ 関数 エラー番号を返す yaz_errno (PHP 4 >= 4.0.1, PECL y ... するクライアント側の エラーコード(たとえば "Connect failed"、"Init Rejected" など) のいずれかです。 参考 yaz ...
https://man.plustar.jp/php/function.yaz-errno.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 4885
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... f ( $mysqli -> connect_errno ) { printf ( "Connect failed: %s\n" , $mysqli -> connect_error ); exit(); } for ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } forea ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
基本的な使用法 4885
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... rs' ; $result = pg_query ( $query ) or die( 'Query failed: ' . pg_last_error ()); // 結果を HTML で表示する ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
The routerShutdown purpose 4885
« Yaf_Plugin_Abstract::preResponse Yaf_Plugin_Abstract::routerStartup » PHP Manual Yaf_Plugin_Ab ... ( "login" )) { return TRUE ; } /* Use access check failed, need to login */ $response -> setRedirect ( "http ...
https://man.plustar.jp/php/yaf-plugin-abstract.routershutdown.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 4885
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... TE ); $zip -> close (); echo 'ok' ; } else { echo 'failed' ; } ?> 関連キーワード: 圧縮 , インデックス , エン ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]