検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 707 for サーバ (0.047 sec.)
SSH サーバーに接続する 4312
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... ct (PECL ssh2 >= 0.9.0) ssh2_connect — SSH サーバーに接続する 説明 ssh2_connect ( string $host , int ... , array $callbacks = ? ): resource リモートの SSH サーバーとの接続を確立します。 一度接続すると、クライアント ... は ssh2_fingerprint() を使用してサーバーのホスト鍵を検証し、 パスワードもしくは公開鍵を使用 ... sa および ssh-dss client_to_server クライアントからサーバーに送信されるメッセージのために優先する暗号化、 圧縮 ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
リモートサーバー上でコマンドを実行する 4312
« ssh2_disconnect ssh2_fetch_stream » PHP Manual SSH2 関数 リモートサーバー上でコマンドを実行する ... ssh2_exec (PECL ssh2 >= 0.9.0) ssh2_exec — リモートサーバー上でコマンドを実行する 説明 ssh2_exec ( resource $ ... /local/bin/php -i' ); ?> 参考 ssh2_connect() - SSH サーバーに接続する ssh2_shell() - 対話式のシェルを要求する ... ssh2_tunnel() - リモートサーバーを経由するトンネルをオープンする 関連キーワード: リ ... モート , コマンド , 実行 , サーバー , height , width , int , type , env , exec ...
https://man.plustar.jp/php/function.ssh2-exec.html - [similar]
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 4284
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_fget — FTP サーバーからファイルをダウンロードし、オープン中のファイル ... ARY , int $offset = 0 ): int ftp_nb_fget() は、FTP サーバーからリモートファイルを取得します。 ftp_fget() との ... を閉じる fclose ( $fp ); ?> 参考 ftp_nb_get() - FTP サーバーからファイルを取得し、ローカルファイルに書き込む( ... /送信を継続する(非ブロッキング) ftp_fget() - FTP サーバーからファイルをダウンロードし、オープン中のファイル ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 4284
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_get — FTP サーバーからファイルを取得し、ローカルファイルに書き込む( ... INARY , int $offset = 0 ): int ftp_nb_get() は FTP サーバーからリモートファイルを取得し、 それをローカルファイ ... ( $ftp ); } ?> 上の例では、 newfile のサイズは FTP サーバー上の README より 100 バイト小さくなります。なぜなら ... トは '\0' で埋められます。 参考 ftp_nb_fget() - FTP サーバーからファイルをダウンロードし、オープン中のファイル ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 4284
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_put — FTP サーバーにファイルを保存する(非ブロッキング) 説明 ftp_nb ... int | false ftp_nb_put() はローカルファイルを FTP サーバーに保存します。 ftp_put() との違いは、この関数が 非 ... ?> 参考 ftp_nb_fput() - オープン中のファイルを FTP サーバーに保存する(非ブロッキング) ftp_nb_continue() - フ ... 得/送信を継続する(非ブロッキング) ftp_put() - FTP サーバーにファイルをアップロードする ftp_fput() - オープン ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
データベースへの接続をオープンする 4284
« ibase_commit ibase_db_info » PHP Manual Firebird/InterBase 関数 データベースへの接続をオープン ... = ? , int $sync = ? ): resource Firebird/InterBase サーバーへの接続を確立します。 同じ引数で ibase_connect() ... れます。 ibase_close() を明示的にコールしない限り、 サーバーへのリンクはスクリプトの実行終了時に閉じられます。 ... パラメータ database database は接続するサーバー上のデータベース ファイルへの正しいパスである必要が ... あります。ローカルなサーバーへの 接続でない場合、使用する接続プロトコルに応じて ...
https://man.plustar.jp/php/function.ibase-connect.html - [similar]
サーバーから項目を削除する 4284
« Memcache::decrement Memcache::flush » PHP Manual Memcache サーバーから項目を削除する Memcache: ... delete (PECL memcache >= 0.2.0) Memcache::delete — サーバーから項目を削除する 説明 Memcache::delete ( string ... ache_connect ( 'memcache_host' , 11211 ); /* 項目をサーバーから削除します */ memcache_delete ( $memcache_obj ... ey_to_delete' ); ?> 参考 Memcache::set() - データをサーバーに格納する Memcache::replace() - 既存項目の値を置換 ... する 関連キーワード: 削除 , Memcache , サーバー , 項目 , パラメータ , key , timeout , 失敗 , memc ...
https://man.plustar.jp/php/memcache.delete.html - [similar]
LOB のバッファをサーバーにフラッシュする、あるいは書き込む 4284
« OCILob::export OCILob::free » PHP Manual OCILob LOB のバッファをサーバーにフラッシュする、ある ... ECL OCI8 >= 1.1.0) OCILob::flush — LOB のバッファをサーバーにフラッシュする、あるいは書き込む 説明 public OCI ... sh ( int $flag = 0 ): bool OCILob::flush() は実際にサーバーにデータを書き込みます。 パラメータ flag デフォルト ... - 次に LOB の同じ箇所に読み書きしようとする場合、 サーバーへのラウンドトリップを伴い、 新しいバッファリソース ... CILob::setBuffering 関連キーワード: OCILob , LOB , サーバー , バッファ , フラッシュ , flush , OCI , リソース ...
https://man.plustar.jp/php/ocilob.flush.html - [similar]
データベースサーバーについての情報を要求する 4263
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーに ... 5, PHP 7 < 7.4.0) ibase_server_info — データベースサーバーについての情報を要求する 説明 ibase_server_info ( ... on ): string パラメータ service_handle データベースサーバへの接続 action 有効な定数 戻り値 コンテクストに応じ ... service_attach() の例 <?php // リモートの Firebird サーバにアタッチする if (( $service = ibase_service_attach ... vice , IBASE_SVC_SVR_DB_INFO ), true ) . "\n" ; // サーバからデタッチ(切断) ibase_service_detach ( $service ) ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
サーバ側のセッションキーを計算する 4263
« sodium_crypto_kx_seed_keypair sodium_crypto_pwhash_scryptsalsa208sha256_str_verify » PHP Manua ... l Sodium 関数 サーバ側のセッションキーを計算する sodium_crypto_kx_server ... 2.0, PHP 8) sodium_crypto_kx_server_session_keys — サーバ側のセッションキーを計算する 説明 sodium_crypto_kx_s ... y ): array X25519 + BLAKE2b 鍵交換メソッドを使い、 サーバ側のセッションキーを計算します。 パラメータ server_k ... ントに送信するデータとして使います。 関連キーワード: サーバ , セッション , キー , 計算 , crypto , kx , sodium ...
https://man.plustar.jp/php/function.sodium-crypto-kx-server-session-keys.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT