検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 234 for [SIMILAR] 16 1024 4096 WITH 25459 simplexmleleme... (0.226 sec.)
パラメータを削除する 0
« XSLTProcessor::registerPHPFunctions XSLTProcessor::setParameter » PHP Manual XSLTProcessor パラメータを削除する XSLTProcessor::removeParameter (PHP 5, PHP 7, PHP 8) XSLTProcessor::removeParameter — パラメータを削除する 説明 public XSLTProcessor::removeParameter ( string $namespace , st ...
https://man.plustar.jp/php/xsltprocessor.removeparameter.html - [similar]
DOMNamedNodeMap クラス 0
« DOMImplementation::hasFeature DOMNamedNodeMap::count » PHP Manual DOM DOMNamedNodeMap クラス DOMNamedNodeMap クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNamedNodeMap implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public co ...
https://man.plustar.jp/php/class.domnamednodemap.html - [similar]
ReflectionClass クラス 0
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション ReflectionClass クラス ReflectionClass クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionClass クラスは クラスについての情報を報告します。 クラス概要 class ReflectionClass implements Reflector { /* 定数 ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
Yaf_Loader クラス 0
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loader クラス (Yaf >=1.0.0) はじめに Yaf_Loader は、 Yaf 用に包括的なオートローディング機能を導入します。 最初に Yaf_Application のインスタンスを取得するときに、 Yaf_Loader はシングルトンのインス ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
クラスの名前を取得する 0
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass クラスの名前を取得する ReflectionClass::getName (PHP 5, PHP 7, PHP 8) ReflectionClass::getName — クラスの名前を取得する 説明 public ReflectionClass::getName (): string クラスの名前を取得します。 ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]
短い名前を取得する 0
« ReflectionClass::getReflectionConstants ReflectionClass::getStartLine » PHP Manual ReflectionClass 短い名前を取得する ReflectionClass::getShortName (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionClass::getShortName — 短い名前を取得する 説明 public ReflectionClass::getShortName (): string 名前 ...
https://man.plustar.jp/php/reflectionclass.getshortname.html - [similar]
SoapHeader コンストラクタ 0
« SoapHeader SoapParam » PHP Manual SoapHeader SoapHeader コンストラクタ SoapHeader::__construct (PHP 5, PHP 7, PHP 8) SoapHeader::__construct — SoapHeader コンストラクタ 説明 SoapHeader::__construct ( string $namespace , string $name , mixed $data = ? , bool $mustunderstand = ? , string ...
https://man.plustar.jp/php/soapheader.construct.html - [similar]
__autoload() のデフォルト実装 0
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_autoload (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload — __autoload() のデフォルト実装 説明 spl_autoload ( string $class , ? string $file_extensions = null ): void この関数は、 __autoload() のデフ ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]
XML パーサを作成する 0
« xml_parser_create_ns xml_parser_free » PHP Manual XML パーサ 関数 XML パーサを作成する xml_parser_create (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_create — XML パーサを作成する 説明 xml_parser_create ( ? string $encoding = null ): XMLParser xml_parser_create() は新しい XML パーサを作成し ...
https://man.plustar.jp/php/function.xml-parser-create.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]