検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 209 for [SIMILAR] 16 1024 4096 WITH 59024 myproject WITH... (0.574 sec.)
ファイルの sha1 ハッシュを計算する 0
« setlocale sha1 » PHP Manual String 関数 ファイルの sha1 ハッシュを計算する sha1_file (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) sha1_file — ファイルの sha1 ハッシュを計算する 説明 sha1_file ( string $filename , bool $binary = false ): string | false » US Secure Hash Algorithm 1 を使用して f ...
https://man.plustar.jp/php/function.sha1-file.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
« SimpleXMLElement::asXML SimpleXMLElement::children » PHP Manual SimpleXMLElement 要素の属性を定義する SimpleXMLElement::attributes (PHP 5, PHP 7, PHP 8) SimpleXMLElement::attributes — 要素の属性を定義する 説明 public SimpleXMLElement::attributes ( ? string $namespaceOrPrefix = null , b ...
https://man.plustar.jp/php/simplexmlelement.attributes.html - [similar]
SoapClient のコンストラクタ 0
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ SoapClient::__construct (PHP 5, PHP 7, PHP 8) SoapClient::__construct — SoapClient のコンストラクタ 説明 public SoapClient::__construct ( ? string $wsdl , array $options = [] ) SOAP サービスに ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
要素タグ全体を書き込む 0
« XMLWriter::writeDtdEntity XMLWriter::writeElementNs » PHP Manual XMLWriter 要素タグ全体を書き込む XMLWriter::writeElement xmlwriter_write_element (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::writeElement -- xmlwriter_write_element — 要素タグ全体を書き込む 説明 オブ ...
https://man.plustar.jp/php/xmlwriter.writeelement.html - [similar]
処理命令 (PI) 用ハンドラを設定する 0
« xml_set_object xml_set_start_namespace_decl_handler » PHP Manual XML パーサ 関数 処理命令 (PI) 用ハンドラを設定する xml_set_processing_instruction_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_processing_instruction_handler — 処理命令 (PI) 用ハンドラを設定する 説明 xml_set_processing_in ...
https://man.plustar.jp/php/function.xml-set-processing-instruction-handler.html - [similar]
処理されないエンティティ宣言用ハンドラを設定する 0
« xml_set_start_namespace_decl_handler XmlParser » PHP Manual XML パーサ 関数 処理されないエンティティ宣言用ハンドラを設定する xml_set_unparsed_entity_decl_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_unparsed_entity_decl_handler — 処理されないエンティティ宣言用ハンドラを設定する 説明 xm ...
https://man.plustar.jp/php/function.xml-set-unparsed-entity-decl-handler.html - [similar]
XMLReader 0
« XmlParser はじめに » PHP Manual XML 操作 XMLReader XMLReader はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 XMLReader — XMLReader クラス XMLReader::close — XMLReader の入力を閉じる XMLReader::expand — 現在のノードのコピーを DOM オブジェクトとして返す XMLReader:: ...
https://man.plustar.jp/php/book.xmlreader.html - [similar]
単純な XML ドキュメントの作成 0
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作成 この例では、XMLWriter を使ってメモリ上に XML ドキュメントを作る方法を示します。 例1 単純な XML ドキュメントの作成 <?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $r ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]