検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 636 for [SIMILAR] 16 1024 4096 WITH 10403 require WITH 6... (1.122 sec.)
Microsoft Windows のコマンドラインでの PHP 0
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインストール Microsoft Windows のコマンドラインでの PHP Microsoft Windows のコマンドラインでの PHP この節では、PHP を Windows のコマンドラインで実行するときの注意点やヒントを説明します。 注意 : まず ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
定義済の変数 0
« リファレンスの適用範囲 スーパーグローバル » PHP Manual 言語リファレンス 定義済の変数 定義済の変数 PHP には定義済みの定数が多く用意されており、すべてのスクリプトで使用することができます。 外部から来る変数 や組み込みの環境変数、直近のエラーメッセージや最後に取得したヘッダなどのあらゆる内 ...
https://man.plustar.jp/php/reserved.variables.html - [similar]
declare 0
« match return » PHP Manual 制御構造 declare declare (PHP 4, PHP 5, PHP 7, PHP 8) declare 文は、あるコードブロックの中に 実行ディレクティブをセットするために使用します。 declare の文法は他の制御構造と似ています。 declare (ディレクティブ) 文 ディレクティブ の箇所で、セットされた declare ブ ...
https://man.plustar.jp/php/control-structures.declare.html - [similar]
メッセージを出力し、現在のスクリプトを終了する 0
« eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit (PHP 4, PHP 5, PHP 7, PHP 8) exit — メッセージを出力し、現在のスクリプトを終了する 説明 exit ( string $status = ? ): void exit ( int $status ): void スクリプトの実行を終了します。 シャットダウ ...
https://man.plustar.jp/php/function.exit.html - [similar]
指定した名前空間で、タグ名に対応するすべての要素を検索する 0
« DOMDocument::getElementsByTagName DOMDocument::importNode » PHP Manual DOMDocument 指定した名前空間で、タグ名に対応するすべての要素を検索する DOMDocument::getElementsByTagNameNS (PHP 5, PHP 7, PHP 8) DOMDocument::getElementsByTagNameNS — 指定した名前空間で、タグ名に対応するすべての要素 ...
https://man.plustar.jp/php/domdocument.getelementsbytagnamens.html - [similar]
gzファイル全体を配列に読み込む 0
« gzeof gzgetc » PHP Manual Zlib 関数 gzファイル全体を配列に読み込む gzfile (PHP 4, PHP 5, PHP 7, PHP 8) gzfile — gzファイル全体を配列に読み込む 説明 gzfile ( string $filename , int $use_include_path = 0 ): array | false ファイルを配列にして返すこと以外は readgzfile() と同じです。 パラメ ...
https://man.plustar.jp/php/function.gzfile.html - [similar]
Phar アーカイブの PHP ローダーあるいは起動スタブを返す 0
« Phar::getSignature Phar::getSupportedCompression » PHP Manual Phar Phar アーカイブの PHP ローダーあるいは起動スタブを返す Phar::getStub (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::getStub — Phar アーカイブの PHP ローダーあるいは起動スタブを返す 説明 public Phar::getStub () ...
https://man.plustar.jp/php/phar.getstub.html - [similar]
ビルトインウェブサーバー 0
« 対話シェル INI 設定 » PHP Manual コマンドラインの使用法 ビルトインウェブサーバー ビルトインウェブサーバー 警告 このウェブサーバーは、アプリケーション開発の支援用として設計されたものです。 テスト用に使ったり、制約のある環境でアプリケーションをデモするために使ったりすることもできるでしょ ...
https://man.plustar.jp/php/features.commandline.webserver.html - [similar]
インストールにあたっての一般的な注意事項 0
« インストールと設定 Unix システムへのインストール » PHP Manual インストールと設定 インストールにあたっての一般的な注意事項 インストールにあたっての一般的な注意事項 インストールを行う前に、PHP を使用する用途を明確にしておく必要があります。 PHP を適用可能な分野としては、 「 PHP にできるこ ...
https://man.plustar.jp/php/install.general.html - [similar]
接続、および接続の管理 0
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、および接続の管理 PDO 基底クラスのインスタンスを作成することにより、接続が確立されます。 どのドライバを使用するのかにかかわらず、常に PDO クラスを指定します。 コンストラクタに渡す引数により、デ ...
https://man.plustar.jp/php/pdo.connections.html - [similar]