検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 101 for pass (0.018 sec.)
FTP サーバー上でディレクトリを移動する 6070
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する if ((! $ftp ) || (! $lo ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]
FTP サーバー上でのコマンドの実行をリクエストする 6070
« ftp_delete ftp_fget » PHP Manual FTP 関数 FTP サーバー上でのコマンドの実行をリクエストする ftp ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // コマンドを実行します。 if ( ftp_exec ( $ftp ...
https://man.plustar.jp/php/function.ftp-exec.html - [similar]
指定したファイルが最後に更新された時刻を返す 6070
« ftp_login ftp_mkdir » PHP Manual FTP 関数 指定したファイルが最後に更新された時刻を返す ftp_mdt ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 最終更新時刻を取得する $buff = ftp_mdtm ( $f ...
https://man.plustar.jp/php/function.ftp-mdtm.html - [similar]
ディレクトリを作成する 6070
« ftp_mdtm ftp_mlsd » PHP Manual FTP 関数 ディレクトリを作成する ftp_mkdir (PHP 4, PHP 5, PHP 7, ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // ディレクトリ $dir の作成を試みる if ( ftp_mk ...
https://man.plustar.jp/php/function.ftp-mkdir.html - [similar]
指定したディレクトリのファイルの一覧を返す 6070
« ftp_nb_put ftp_pasv » PHP Manual FTP 関数 指定したディレクトリのファイルの一覧を返す ftp_nlist ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // カレントディレクトリの内容を得る $contents = ...
https://man.plustar.jp/php/function.ftp-nlist.html - [similar]
パッシブモードをオンまたはオフにする 6070
« ftp_nlist ftp_put » PHP Manual FTP 関数 パッシブモードをオンまたはオフにする ftp_pasv (PHP 4, ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // パッシブモードをオンにする ftp_pasv ( $ftp , ...
https://man.plustar.jp/php/function.ftp-pasv.html - [similar]
FTP サーバー上のファイルまたはディレクトリの名前を変更する 6070
« ftp_rawlist ftp_rmdir » PHP Manual FTP 関数 FTP サーバー上のファイルまたはディレクトリの名前を ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $old_file を $new_file に変更することを試みる ...
https://man.plustar.jp/php/function.ftp-rename.html - [similar]
指定したファイルのサイズを返す 6070
« ftp_site ftp_ssl_connect » PHP Manual FTP 関数 指定したファイルのサイズを返す ftp_size (PHP 4, ... lt = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // $file のサイズを取得する $res = ftp_size ( $ ...
https://man.plustar.jp/php/function.ftp-size.html - [similar]
テーブルの主キーを取得する 6070
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... 示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $primarykeys = odbc_primarykeys ( $conn , 'Tuto ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
Philosophy 6070
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... memory as a result of communication (a variable is passed over a Channel for example). When parallel passe ... arguments, return via Future, and Channels - it is passed by value. In all but the case of unbuffered chan ... is used in whichever thread the variable is being passed to. An unbuffered read over a channel is the onl ... g a parallel concurrency API based on CSP (message passing over channels), because PHP itself is shared no ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT