検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 192 for FAILED (0.016 sec.)
The MongoDB\Driver\Monitoring\SDAMSubscriber interface 4798
« MongoDB\Driver\Monitoring\CommandSubscriber::commandSucceeded MongoDB\Driver\Monitoring\SDAMSu ... vent $event ): void abstract public serverHeartbeatFailed ( MongoDB\Driver\Monitoring\ServerHeartbeatFailedE ... B\Driver\Monitoring\SDAMSubscriber::serverHeartbeatFailed — Notification method for a failed server heartbea ...
https://man.plustar.jp/php/class.mongodb-driver-monitoring-sdamsubscriber.html - [similar]
ファイルをコピーする 4798
« clearstatcache delete » PHP Manual ファイルシステム 関数 ファイルをコピーする copy (PHP 4, PHP ... xt.bak' ; if (! copy ( $file , $newfile )) { echo "failed to copy $file ...\n" ; } ?> 参考 move_uploaded_fil ...
https://man.plustar.jp/php/function.copy.html - [similar]
ファイルの取得/送信を継続する(非ブロッキング) 4798
« ftp_mlsd ftp_nb_fget » PHP Manual FTP 関数 ファイルの取得/送信を継続する(非ブロッキング) ftp ... ftp FTP\Connection クラスのインスタンス 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 ...
https://man.plustar.jp/php/function.ftp-nb-continue.html - [similar]
接続をリセット(再接続)する 4798
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する ... { echo "reset successful\n" ; } else { echo "reset failed\n" ; } ?> 参考 pg_connect() - PostgreSQL 接続をオー ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
ホスト公開鍵を使用して認証を行う 4798
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... } else { die( 'Public Key Hostbased Authentication Failed' ); } ?> 注意 注意 : ssh2_auth_hostbased_file() に ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
Get the status for the running task 4798
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... omplete\n" ; break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case GEARMAN_SUCCESS : break; default: ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
MySQL 拡張モジュールの概要を示す例 4798
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... ; $result = mysql_query ( $query ) or die( 'Query failed: ' . mysql_error ()); // HTML に結果を出力する ech ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
基本的な例 4722
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... .db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an exa ...
https://man.plustar.jp/php/dba.example.html - [similar]
この接続上で最後に成功した insert クエリが自動生成した ID を返す 4722
« db2_get_option db2_lob_read » PHP Manual IBM DB2 関数 この接続上で最後に成功した insert クエリ ... ; } db2_close ( $conn ); } else { echo "Connection failed." ; } ?> 上の例の出力は以下となります。 Last Inser ...
https://man.plustar.jp/php/function.db2-last-insert-id.html - [similar]
FTP サーバー上でディレクトリを移動する 4722
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... || (! $login_result )) { die( "FTP connection has failed !" ); } echo "Current directory: " . ftp_pwd ( $ft ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]