検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 52 for successfully (0.014 sec.)
オープン中のファイルを FTP サーバーにアップロードする 6526
« ftp_fget ftp_get_option » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーにアップロード ... p_fput ( $ftp , $file , $fp , FTP_ASCII )) { echo "Successfully uploaded $file \n" ; } else { echo "There was a pr ...
https://man.plustar.jp/php/function.ftp-fput.html - [similar]
FTP サーバーからファイルをダウンロードする 6526
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... $local_file , $server_file , FTP_BINARY )) { echo "Successfully written to $local_file \n" ; } else { echo "There ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]
FTP サーバーにファイルをアップロードする 6526
« ftp_pasv ftp_pwd » PHP Manual FTP 関数 FTP サーバーにファイルをアップロードする ftp_put (PHP 4 ... $ftp , $remote_file , $file , FTP_ASCII )) { echo "successfully uploaded $file \n" ; } else { echo "There was a pr ...
https://man.plustar.jp/php/function.ftp-put.html - [similar]
MySQLデータベースを破棄(削除)する 6526
« mysql_db_query mysql_errno » PHP Manual MySQL 関数 MySQLデータベースを破棄(削除)する mysql_dro ... query ( $sql , $link )) { echo "Database my_db was successfully dropped\n" ; } else { echo 'Error dropping databas ...
https://man.plustar.jp/php/function.mysql-drop-db.html - [similar]
Opens a connection to a Microsoft SQL Server database 6526
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... 値 A connection resource. If a connection cannot be successfully opened, false is returned. 例 例1 Connect using Wi ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
The EventUtil class 6198
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... until all queued messages for the socket have been successfully sent or the linger timeout has been reached. Other ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
Execute a prepared SQL statement 6198
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... back when an error occurs. If a query is executed successfully, the result of the second query can be obtained us ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 6198
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中の ... $handle , $remote_file , FTP_ASCII , 0 )) { echo "successfully written to $local_file \n" ; } else { echo "There ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
連想配列として結果の行を取得する 6198
« mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する m ... _query ( $sql ); if (! $result ) { echo "Could not successfully run query ( $sql ) from DB: " . mysql_error (); ex ...
https://man.plustar.jp/php/function.mysql-fetch-assoc.html - [similar]
テーブルに配列を挿入する 6198
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 > ... PG_DML_ESCAPE ); if ( $res ) { echo "POST data is successfully logged\n" ; } else { echo "User must have sent wro ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
PREV 1 2 3 4 5 6 NEXT