検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 223 for include (0.014 sec.)
PHPの歴史 4605
« PHP の歴史と関連するプロジェクト PHP関連のプロジェクトの歴史 » PHP Manual PHP の歴史と関連する ... る状態が続いていたのです。 例1 PHP/FI のコード例 <!--include /text/header.html--> <!--getenv HTTP_USER_AGENT--> ... --$index:0--> credits left in your account.<p> <!--include /text/footer.html--> PHP 3 PHP 3.0 は、現存する PH ...
https://man.plustar.jp/php/history.php.html - [similar]
FAQ: 名前空間について知っておくべきこと 4605
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... thing {} ?> file2.php <?php namespace my \ stuff ; include 'file1.php' ; include 'another.php' ; use another ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
クラスのオートローディング 4605
« オブジェクト定数 コンストラクタとデストラクタ » PHP Manual クラスとオブジェクト クラスのオート ... spl_autoload_register (function ( $class_name ) { include $class_name . '.php' ; }); $obj = new MyClass1 (); ...
https://man.plustar.jp/php/language.oop5.autoload.html - [similar]
Provides an array or document to serialize as BSON 4605
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... erialized as a BSON array. Users are encouraged to include an _id property (e.g. a MongoDB\BSON\ObjectId init ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Architecture Overview 4605
« Driver Architecture and Internals Connections » PHP Manual Driver Architecture and Internals A ... for the old mongo driver). Future libraries could include a PHP library geared for MongoDB administration, w ...
https://man.plustar.jp/php/mongodb.overview.html - [similar]
phar ファイルフォーマット用のスタブを作成する 4605
« Phar::count Phar::decompress » PHP Manual Phar phar ファイルフォーマット用のスタブを作成する P ... するには、次のようにそれをインクルードするか、 <?php include 'myphar.phar' ; ?> あるいは単に実行します。 php my ...
https://man.plustar.jp/php/phar.createdefaultstub.html - [similar]
SimpleXML 要素に属性を追加する 4605
« SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性 ... す。 例1 SimpleXML 要素への属性と子要素の追加 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xml ...
https://man.plustar.jp/php/simplexmlelement.addattribute.html - [similar]
XML ノードに子要素を追加する 4605
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... す。 例1 SimpleXML 要素への属性と子要素の追加 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xml ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
新しい SimpleXMLElement オブジェクトを作成する 4605
« SimpleXMLElement::children SimpleXMLElement::count » PHP Manual SimpleXMLElement 新しい Simple ... ます。 例1 SimpleXMLElement オブジェクトの作成 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xml ...
https://man.plustar.jp/php/simplexmlelement.construct.html - [similar]
ファイルあるいは URL をオープンする 4605
« streamWrapper::stream_metadata streamWrapper::stream_read » PHP Manual streamWrapper ファイルあ ... ラグ 説明 STREAM_USE_PATH path が相対パスの場合は、 include_path を用いてリソースを探します。 STREAM_REPORT_ER ...
https://man.plustar.jp/php/streamwrapper.stream-open.html - [similar]