検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 927 for create (0.132 sec.)
コンテキストオプションとパラメータ 2786
« BackedEnum::tryFrom ソケットコンテキストオプション » PHP Manual 言語リファレンス コンテキストオ ... ことができます。 コンテキストの作成は stream_context_create() で行います。オプションの設定は stream_context_se ...
https://man.plustar.jp/php/context.html - [similar]
日付の書式 2786
« 時刻の書式 複合的な書式 » PHP Manual サポートする日付と時刻の書式 日付の書式 日付の書式 このペ ... ージでは、 DateTimeImmutable , DateTime , date_create() , date_create_immutable() および strtotime() のパ ...
https://man.plustar.jp/php/datetime.formats.date.html - [similar]
Unix タイムスタンプを取得する 2786
« DateTime::getOffset DateTime::getTimezone » PHP Manual DateTimeInterface Unix タイムスタンプを ... -> getTimestamp (); ?> 手続き型 <?php $date = date_create (); echo date_timestamp_get ( $date ); ?> 上の例の ...
https://man.plustar.jp/php/datetime.gettimestamp.html - [similar]
Unix タイムスタンプを用いて日付と時刻を設定する 2786
« DateTime::setTime DateTime::setTimezone » PHP Manual DateTime Unix タイムスタンプを用いて日付と ... 数に取ります。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ...
https://man.plustar.jp/php/datetime.settimestamp.html - [similar]
Unix タイムスタンプを用いて日付と時刻を設定する 2786
« DateTimeImmutable::setTime DateTimeImmutable::setTimezone » PHP Manual DateTimeImmutable Unix ... トを返します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ...
https://man.plustar.jp/php/datetimeimmutable.settimestamp.html - [similar]
タイムゾーンを設定する 2786
« DateTimeImmutable::setTimestamp DateTimeImmutable::sub » PHP Manual DateTimeImmutable タイムゾ ... トを返します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオ ...
https://man.plustar.jp/php/datetimeimmutable.settimezone.html - [similar]
新しいエンティティ参照ノードを作成する 2786
« DOMDocument::createElementNS DOMDocument::createProcessingInstruction » PHP Manual DOMDocument ... 新しいエンティティ参照ノードを作成する DOMDocument::createEntityReference (PHP 5, PHP 7, PHP 8) DOMDocument:: ... ィティ参照ノードを作成する 説明 public DOMDocument::createEntityReference ( string $name ): DOMEntityReferenc ... 子要素群の最後に新しい子要素を追加する DOMDocument::createAttribute() - 新しい属性を作成する DOMDocument::cre ... けられた名前空間に新しい属性を作成する DOMDocument::createCDATASection() - 新しい cdata ノードを作成する DOMD ...
https://man.plustar.jp/php/domdocument.createentityreference.html - [similar]
新しい PI ノードを作成する 2786
« DOMDocument::createEntityReference DOMDocument::createTextNode » PHP Manual DOMDocument 新しい ... PI ノードを作成する DOMDocument::createProcessingInstruction (PHP 5, PHP 7, PHP 8) DOMDocu ... ment::createProcessingInstruction — 新しい PI ノードを作成する ... 説明 public DOMDocument::createProcessingInstruction ( string $target , string $da ... 子要素群の最後に新しい子要素を追加する DOMDocument::createAttribute() - 新しい属性を作成する DOMDocument::cre ...
https://man.plustar.jp/php/domdocument.createprocessinginstruction.html - [similar]
新しい DOMProcessingInstruction オブジェクトを作成する 2786
« DOMProcessingInstruction DOMText » PHP Manual DOMProcessingInstruction 新しい DOMProcessingIns ... 書き込み可能なノードを作成するには、 DOMDocument::createProcessingInstruction を使用してください。 パラメー ... "Hello World"; ?></body></html> 参考 DOMDocument::createProcessingInstruction() - 新しい PI ノードを作成する ... ノード , construct , 追加 , ProcessingInstruction , create , DOMDocument , 命令 ...
https://man.plustar.jp/php/domprocessinginstruction.construct.html - [similar]
XML エレメント構造の例 2786
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... ; $depth [ $parser ]--; } $xml_parser = xml_parser_create (); xml_set_element_handler ( $xml_parser , "start ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]