検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for successfully (0.013 sec.)
FTP サーバー上でのコマンドの実行をリクエストする 6855
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... ec ( $ftp , $command )) { echo " $command executed successfully\n" ; } else { echo "could not execute $command \n" ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
ディレクトリを作成する 6855
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... 作成を試みる if ( ftp_mkdir ( $ftp , $dir )) { echo "successfully created $dir \n" ; } else { echo "There was a prob ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
パッシブモードをオンまたはオフにする 6855
« ftp_nlist ftp_put » PHP Manual FTP 関数 パッシブモードをオンまたはオフにする ftp_pasv (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-pasv.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 6855
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... p_rename ( $ftp , $old_file , $new_file )) { echo "successfully renamed $old_file to $new_file \n" ; } else { echo ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
SITEコマンドをサーバーに送信する 6855
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... home/user/privatefile' )) { echo "Command executed successfully.\n" ; } else { die( 'Command failed.' ); } ?> 参考 ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
接続に関連するホスト名を返す 6855
« pg_get_result pg_insert » PHP Manual PostgreSQL 関数 接続に関連するホスト名を返す pg_host (PHP ... ark host=localhost" ); if ( $pgsql_conn ) { print "Successfully connected to: " . pg_host ( $pgsql_conn ) . "<br/> ...
https://man.plustar.jp/php/function.pg-host.html - [similar]
Makes the next row in a result set available for reading 6855
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... 値 Returns true if the next row of a result set was successfully retrieved, false if an error occurs, and null if t ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
Makes the next result of the specified statement active 6855
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... called. 戻り値 Returns true if the next result was successfully retrieved, false if an error occurred, and null if ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
RADIUS Packet Types 6855
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... ting that the RADIUS server authenticated the user successfully. RADIUS_ACCESS_REJECT ( int ) An Access-Reject res ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
アップロードされるファイルのためのスペースを確保する 6526
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... ftp , filesize ( $file ), $result )) { echo "Space successfully allocated on server. Sending $file .\n" ; ftp_put ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
PREV 1 2 3 4 5 6 NEXT