検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 655 for [SIMILAR] 16 1024 4096 WITH 17917 uname WITH 120... (0.585 sec.)
システムエラー、または ZIP メッセージに関するエラー情報を返す 0
« ZipArchive::getNameIndex ZipArchive::getStream » PHP Manual ZipArchive システムエラー、または ZIP メッセージに関するエラー情報を返す ZipArchive::getStatusString (PHP 5 >= 5.2.7, PHP 7, PHP 8) ZipArchive::getStatusString — システムエラー、または ZIP メッセージに関するエラー情報を返す 説 ...
https://man.plustar.jp/php/ziparchive.getstatusstring.html - [similar]
SFTP サブシステムを初期化する 0
« ssh2_sftp_unlink ssh2_shell » PHP Manual SSH2 関数 SFTP サブシステムを初期化する ssh2_sftp (PECL ssh2 >= 0.9.0) ssh2_sftp — SFTP サブシステムを初期化する 説明 ssh2_sftp ( resource $session ): resource | false すでに接続された SSH2 サーバーから SFTP サブシステムを要求します。 パラメータ ...
https://man.plustar.jp/php/function.ssh2-sftp.html - [similar]
Windows システムへのインストール 0
« macOS 上での PHP のコンパイル インストール要件 » PHP Manual インストールと設定 Windows システムへのインストール Windows システムへのインストール 目次 インストール要件 PECL Windows 上での PHP インストーラ Windows でのおすすめの構成 Windows 上での PHP の手動インストール ソースからのビルド ...
https://man.plustar.jp/php/install.windows.html - [similar]
認証済み公開鍵を取り除く 0
« ssh2_publickey_list ssh2_scp_recv » PHP Manual SSH2 関数 認証済み公開鍵を取り除く ssh2_publickey_remove (PECL ssh2 >= 0.10) ssh2_publickey_remove — 認証済み公開鍵を取り除く 説明 ssh2_publickey_remove ( resource $pkey , string $algoname , string $blob ): bool 認証済み公開鍵を取り除きます ...
https://man.plustar.jp/php/function.ssh2-publickey-remove.html - [similar]
インストールと設定 0
« 次にするべきことは? インストールにあたっての一般的な注意事項 » PHP Manual インストールと設定 インストールと設定 インストールにあたっての一般的な注意事項 Unix システムへのインストール Apache 2.x (Unixシステム用) Nginx 1.4.x (Unix システム用) Lighttpd 1.4 (Unix システム用) LiteSpeed/Open ...
https://man.plustar.jp/php/install.html - [similar]
システムの高精度な時刻を取得する 0
« highlight_string ignore_user_abort » PHP Manual その他の関数 システムの高精度な時刻を取得する hrtime (PHP 7 >= 7.3.0, PHP 8) hrtime — システムの高精度な時刻を取得する 説明 hrtime ( bool $as_number = false ): array | int | float | false 任意のタイミングから計測したシステムの高精度な時刻 ...
https://man.plustar.jp/php/function.hrtime.html - [similar]
ファイルシステムの状態を取得する 0
« eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL eio >= 0.0.1dev) eio_statvfs — ファイルシステムの状態を取得する 説明 eio_statvfs ( string $path , int $pri , callable $callback , mixed $data = ? ): resource eio_statvfs() は、ファイルシステム ...
https://man.plustar.jp/php/function.eio-statvfs.html - [similar]
待つかフォークした子プロセスのステータスを返す 0
« pcntl_unshare pcntl_waitpid » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを返す pcntl_wait (PHP 5, PHP 7, PHP 8) pcntl_wait — 待つかフォークした子プロセスのステータスを返す 説明 pcntl_wait ( int &$status , int $flags = 0 , array &$resource_usage = [] ): int この関数は ...
https://man.plustar.jp/php/function.pcntl-wait.html - [similar]
指定したエラー番号に対応するシステムのエラーメッセージを取得する 0
« posix_setuid posix_times » PHP Manual POSIX 関数 指定したエラー番号に対応するシステムのエラーメッセージを取得する posix_strerror (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) posix_strerror — 指定したエラー番号に対応するシステムのエラーメッセージを取得する 説明 posix_strerror ( int $error_code ...
https://man.plustar.jp/php/function.posix-strerror.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]