検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 496 for [SIMILAR] 16 1024 4096 WITH 3329 基本 WITH 2627 ... (0.470 sec.)
コンテキストのパラメータを取得する 0
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキストのパラメータを取得する stream_context_get_params (PHP 5 >= 5.3.0, PHP 7, PHP 8) stream_context_get_params — コンテキストのパラメータを取得する 説明 stream_context_get_params ( resource $conte ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]
リポジトリ内のファイルの内容を返す 0
« svn_blame svn_checkout » PHP Manual SVN 関数 リポジトリ内のファイルの内容を返す svn_cat (PECL svn >= 0.1.0) svn_cat — リポジトリ内のファイルの内容を返す 説明 svn_cat ( string $repos_url , int $revision_no = ? ): string リポジトリ内のファイルを指す URL repos_url の中身を返します。オプシ ...
https://man.plustar.jp/php/function.svn-cat.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
« ReflectionClass::__construct ReflectionClass::getAttributes » PHP Manual ReflectionClass クラスをエクスポートする ReflectionClass::export (PHP 5, PHP 7) ReflectionClass::export — クラスをエクスポートする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数 ...
https://man.plustar.jp/php/reflectionclass.export.html - [similar]
クラス定数を取得する 0
« ReflectionClass::getReflectionConstant ReflectionClass::getShortName » PHP Manual ReflectionClass クラス定数を取得する ReflectionClass::getReflectionConstants (PHP 7 >= 7.1.0, PHP 8) ReflectionClass::getReflectionConstants — クラス定数を取得する 説明 public ReflectionClass::getReflecti ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstants.html - [similar]
指定した引数でクラスの新しいインスタンスを作成する 0
« ReflectionClass::newInstance ReflectionClass::newInstanceWithoutConstructor » PHP Manual ReflectionClass 指定した引数でクラスの新しいインスタンスを作成する ReflectionClass::newInstanceArgs (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionClass::newInstanceArgs — 指定した引数でクラスの新しいイン ...
https://man.plustar.jp/php/reflectionclass.newinstanceargs.html - [similar]
関数の定義(プロトタイプ)を読むには 0
« ユーザーノートについて 本マニュアルに記載された PHP のバージョン » PHP Manual マニュアルについて 関数の定義(プロトタイプ)を読むには 関数の定義(プロトタイプ)を読むには 各関数についてクイックリファレンスが記述されているので、 マニュアルを読み理解するノウハウは PHP の利用をより簡単にしてく ...
https://man.plustar.jp/php/about.prototypes.html - [similar]
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Stringable インターフェイス 0
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス Stringable インターフェイス Stringable インターフェイス (PHP 8) はじめに Stringable インターフェイスは、 特定のクラスが __toString() メソッドを実装していることを示します。 ほとんどのインターフェ ...
https://man.plustar.jp/php/class.stringable.html - [similar]
制御構造に関する別の構文 0
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 (PHP 4, PHP 5, PHP 7, PHP 8) PHPは、いくつかの制御構造、つまり、 if 、 while 、 for 、 foreach 、 switch に関する別の構文を提供します。 各構造において開き波括弧をコロン(:)、閉じ波括弧をそれぞれ ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]