検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 198 for [SIMILAR] 16 1024 4096 WITH 23027 getdoccomment ... (0.178 sec.)
はじめに 0
« リフレクション インストール/設定 » PHP Manual リフレクション はじめに はじめに PHP には完全なリフレクション API が付属しており、 クラス、インターフェイス、関数、メソッド、そして拡張モジュールについて 型やプロパティを実行時に調べることができます。 さらに、このリフレクション API は関数、 ...
https://man.plustar.jp/php/intro.reflection.html - [similar]
インデックスを使用して、エントリの名前を返す 0
« ZipArchive::getFromName ZipArchive::getStatusString » PHP Manual ZipArchive インデックスを使用して、エントリの名前を返す ZipArchive::getNameIndex (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0) ZipArchive::getNameIndex — インデックスを使用して、エントリの名前を返す 説明 public ZipArc ...
https://man.plustar.jp/php/ziparchive.getnameindex.html - [similar]
新しい comment ノードを作成する 0
« DOMDocument::createCDATASection DOMDocument::createDocumentFragment » PHP Manual DOMDocument 新しい comment ノードを作成する DOMDocument::createComment (PHP 5, PHP 7, PHP 8) DOMDocument::createComment — 新しい comment ノードを作成する 説明 public DOMDocument::createComment ( string $da ...
https://man.plustar.jp/php/domdocument.createcomment.html - [similar]
宣言しているクラスを取得する 0
« ReflectionParameter::getClass ReflectionParameter::getDeclaringFunction » PHP Manual ReflectionParameter 宣言しているクラスを取得する ReflectionParameter::getDeclaringClass (PHP 5 >= 5.1.3, PHP 7, PHP 8) ReflectionParameter::getDeclaringClass — 宣言しているクラスを取得する 説明 public ...
https://man.plustar.jp/php/reflectionparameter.getdeclaringclass.html - [similar]
プロパティの値を設定する 0
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProperty プロパティの値を設定する ReflectionProperty::setValue (PHP 5, PHP 7, PHP 8) ReflectionProperty::setValue — プロパティの値を設定する 説明 public ReflectionProperty::setValue ( object $object ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
DOMComment クラス 0
« DOMChildNode::replaceWith DOMComment::__construct » PHP Manual DOM DOMComment クラス DOMComment クラス (PHP 5, PHP 7, PHP 8) はじめに コメントノード、つまり <!-- と --> で囲まれた文字を表します。 クラス概要 class DOMComment extends DOMCharacterData { /* 継承したプロパティ */ public str ...
https://man.plustar.jp/php/class.domcomment.html - [similar]
RarArchive クラス 0
« rar_wrapper_cache_stats RarArchive::close » PHP Manual Rar RarArchive クラス RarArchive クラス (PECL rar >= 2.0.0) はじめに このクラスは RAR アーカイブをあらわします。これは複数のパーツで構成されることもあり、 中に RAR エントリ (ファイルやディレクトリ、そしてシンボリックリンクなどの特殊 ...
https://man.plustar.jp/php/class.rararchive.html - [similar]
tidyNode クラス 0
« tidy::root tidyNode::__construct » PHP Manual Tidy tidyNode クラス tidyNode クラス (PHP 5, PHP 7, PHP 8) はじめに HTML ファイル中の HTML ノードで、tidy が検出したものです。 クラス概要 final class tidyNode { /* プロパティ */ public readonly string $ value ; public readonly string $ name ...
https://man.plustar.jp/php/class.tidynode.html - [similar]
命令の分離 0
« HTML からの脱出 コメント » PHP Manual 基本的な構文 命令の分離 命令の分離 C や Perl と同様に、PHP でもステートメントを区切りにはセミコロンが必要と なります。PHP コードブロックの終了タグには自動的にセミコロンが含まれていると 認識されます。 従って PHP コードの最終行にはセミコロンを記述する ...
https://man.plustar.jp/php/language.basic-syntax.instruction-separation.html - [similar]
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]