検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 120 for [SIMILAR] 16 1024 4096 WITH 17660 対話 WITH 1587... (0.347 sec.)
はじめに 0
« コマンドラインの使用法 他の SAPI との違い » PHP Manual コマンドラインの使用法 はじめに はじめに CLI SAPI の主な目的は、シェルアプリケーションを PHP で開発することです。 CLI SAPI とその他の SAPI の間にはちょっとした違いがあり、 それを本章で説明します。 CLI と CGI は多くの共通点があります ...
https://man.plustar.jp/php/features.commandline.introduction.html - [similar]
コメント 0
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル型(Perl 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo 'もうひとつのテストです' ; echo '最 ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
リモートサーバ上のポートにバインドし、接続を待つ 0
« ssh2_forward_accept ssh2_methods_negotiated » PHP Manual SSH2 関数 リモートサーバ上のポートにバインドし、接続を待つ ssh2_forward_listen (PECL ssh2 >= 0.9.0) ssh2_forward_listen — リモートサーバ上のポートにバインドし、接続を待つ 説明 ssh2_forward_listen ( resource $session , int $port , ...
https://man.plustar.jp/php/function.ssh2-forward-listen.html - [similar]
リスナーによって作られた接続を受け付ける 0
« ssh2_fingerprint ssh2_forward_listen » PHP Manual SSH2 関数 リスナーによって作られた接続を受け付ける ssh2_forward_accept (PECL ssh2 >= 0.9.0) ssh2_forward_accept — リスナーによって作られた接続を受け付ける 説明 ssh2_forward_accept ( resource $listener ): resource | false リスナーによって ...
https://man.plustar.jp/php/function.ssh2-forward-accept.html - [similar]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
その他の変更 0
« 推奨されなくなる機能 PHP 7.3.x から PHP 7.4.x への移行 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 その他の変更 その他の変更 SAPI モジュールの変更 Apache2Handler PHP モジュールの名前が php7_module から php_module に変更されました。 変更された関数 リフレクション ReflectionClass::getC ...
https://man.plustar.jp/php/migration80.other-changes.html - [similar]
公開鍵を使用した認証を行う 0
« ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pubkey_file (PECL ssh2 >= 0.9.0) ssh2_auth_pubkey_file — 公開鍵を使用した認証を行う 説明 ssh2_auth_pubkey_file ( resource $session , string $username , string $pubkeyfile , string $privkeyfile , ...
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html - [similar]
チャンネル/リスナー/ストリーム のイベントをポーリングする 0
« ssh2_methods_negotiated ssh2_publickey_add » PHP Manual SSH2 関数 チャンネル/リスナー/ストリーム のイベントをポーリングする ssh2_poll (PECL ssh2 >= 0.9.0) ssh2_poll — チャンネル/リスナー/ストリーム のイベントをポーリングする 説明 ssh2_poll ( array &$desc , int $timeout = 30 ): int チャ ...
https://man.plustar.jp/php/function.ssh2-poll.html - [similar]
はじめに 0
« Expect インストール/設定 » PHP Manual Expect はじめに はじめに この拡張モジュールは、PTY を経由したプロセス同士の対話機能を提供します。 ファイルシステム関数 で expect:// ラッパー を利用すれば、シンプルでより直感的なインターフェイスが利用できるでしょう。 関連キーワード: 利用 , Expect , ...
https://man.plustar.jp/php/intro.expect.html - [similar]
外部プログラムを実行し、出力を表示する 0
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 system ( string $command , int &$result_code = null ): string | false system() は、指定した command を実行 ...
https://man.plustar.jp/php/function.system.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT