検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 184 for LOCAL (0.016 sec.)
SCP 経由でファイルを送信する 6182
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send ... る 説明 ssh2_scp_send ( resource $session , string $local_file , string $remote_file , int $create_mode = 06 ... ect() のコールによって取得した SSH 接続リンク ID。 local_file ローカルファイルへのパス。 remote_file リモー ... e' , 'password' ); ssh2_scp_send ( $connection , '/local/filename' , '/remote/filename' , 0644 ); ?> 参考 s ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
Get the lastest error message 6182
« swoole_get_local_ip swoole_load_module » PHP Manual Swoole 関数 Get the lastest error message ... Get , lastest , swoole , the , 関数 , パラメータ , local , load , module , Swoole ...
https://man.plustar.jp/php/function.swoole-last-error.html - [similar]
Apache 2.x (Unixシステム用) 6182
« Unix システムへのインストール Nginx 1.4.x (Unix システム用) » PHP Manual Unix システムへのイン ... ジュール)である prefork が有効になった 状態で、/usr/local/apache2 にインストールされます。 インストールが正常 ... 下のようにして Apache サーバーを立ち上げます。 /usr/local/apache2/bin/apachectl start サーバーを止めて、PHP ... 用の設定を進めましょう。 /usr/local/apache2/bin/apachectl stop PHP の configure を行い ... しょう。 cd ../php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-pdo-mysql make make instal ...
https://man.plustar.jp/php/install.unix.apache2.html - [similar]
ケース 4: Webツリーの外にPHPパーサを置く 6182
« ケース 3: doc_root または user_dir を設定 Apache モジュールとしてインストール » PHP Manual CGI ... バイナリをファイル 用 Web ツリーの外側、例えば /usr/local/bin に置くことが考えられます。こ のオプションの唯一 ... に次のような一行を加える必要があることです。 #!/usr/local/bin/php また、ファイルを実行可能にしておく必要があ ... , パーサ , ツリー , 外 , 処理 , usr , PATH , bin , local , 実行 ...
https://man.plustar.jp/php/security.cgi-bin.shell.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する 6127
« ftp_exec ftp_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オープン中の ... ファイルへのパス。 $remote_file = 'somefile.txt' ; $local_file = 'localfile.txt' ; // 書き込み用のファイルを ... オープンします。 $handle = fopen ( $local_file , 'w' ); // 接続を確立します。 $ftp = ftp_con ... FTP_ASCII , 0 )) { echo "successfully written to $local_file \n" ; } else { echo "There was a problem whil ... e downloading $remote_file to $local_file \n" ; } // 接続およびファイルハンドラを閉じま ...
https://man.plustar.jp/php/function.ftp-fget.html - [similar]
Update working copy 6127
« svn_status TCP » PHP Manual SVN 関数 Update working copy svn_update (PECL svn >= 0.1.0) svn_up ... ll be recursively updated. パラメータ path Path to local working copy. 注意 : 相対パスは、PHP バイナリが存在 ... ックアウトする svn_commit() - Sends changes from the local working copy to the repository » SVN documentation ... e , update , 関数 , SVN , path , revno , recurse , local ...
https://man.plustar.jp/php/function.svn-update.html - [similar]
Write data to a socket 6127
« swoole_event_wait swoole_get_local_ip » PHP Manual Swoole 関数 Write data to a socket swoole_e ... す。 関連キーワード: data , swoole , event , wait , local , Swoole , 関数 , int , string , パラメータ ...
https://man.plustar.jp/php/function.swoole-event-write.html - [similar]
インストール手順 6017
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP で GNU ge ... をインストールするディレクトリで、 デフォルトは /usr/local です。 関連キーワード: インストール , 手順 , 設定 ... 要件 , 実行 , サポート , 追加 , ディレクトリ , usr , local ...
https://man.plustar.jp/php/gettext.installation.html - [similar]
Create a new ClientEncryption object 6017
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... ata keys. Currently "aws" , "azure" , "gcp" , and "local" are supported and at least one must be specified. ... aults to "oauth2.googleapis.com" } The format for "local" is as follows: local: { // 96-byte master key use ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
指定した名前空間で、タグ名に対応するすべての要素を検索する 5962
« DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前 ... lementsByTagNameNS ( ? string $namespace , string $localName ): DOMNodeList 指定したローカル名および名前空間 ... の名前空間 URI。 * はすべての名前空間に一致します。 localName 条件に一致する要素のローカル名。 * はすべてのロ ... 3.org/2001/XInclude' , '*' ) as $element ) { echo 'local name: ' , $element -> localName , ', prefix: ' , $ ... refix , "\n" ; } ?> 上の例の出力は以下となります。 local name: include, prefix: xi local name: fallback, pr ...
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT