検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 443 for 終了 (0.088 sec.)
DTD エンティティタグ全体を書き込む 3767
« XMLWriter::writeDtdElement XMLWriter::writeElement » PHP Manual XMLWriter DTD エンティティタグ ... LWriter::endDtdEntity() - 現在の DTD エンティティを終了する 関連キーワード: エンティティ , XMLWriter , stri ...
https://man.plustar.jp/php/xmlwriter.writedtdentity.html - [similar]
要素タグ全体を書き込む 3767
« XMLWriter::writeDtdEntity XMLWriter::writeElementNs » PHP Manual XMLWriter 要素タグ全体を書き込 ... タグを作成する XMLWriter::endElement() - 現在の要素を終了する XMLWriter::writeElementNs() - 名前空間つき要素タ ...
https://man.plustar.jp/php/xmlwriter.writeelement.html - [similar]
PI (処理命令) 書き込む 3767
« XMLWriter::writeElementNs XMLWriter::writeRaw » PHP Manual XMLWriter PI (処理命令) 書き込む XM ... 作成する XMLWriter::endPi() - 現在の PI (処理命令) を終了する 関連キーワード: 処理 , 命令 , XMLWriter , xmlwr ...
https://man.plustar.jp/php/xmlwriter.writepi.html - [similar]
HASH メッセージダイジェストフレームワーク 3725
« random_int はじめに » PHP Manual 暗号 HASH メッセージダイジェストフレームワーク HASH メッセージ ... シュ値を生成する hash_final — 段階的なハッシュ処理を終了し、出来上がったダイジェストを返す hash_hkdf — 与えら ...
https://man.plustar.jp/php/book.hash.html - [similar]
出力バッファリング制御 3725
« opcache_reset はじめに » PHP Manual PHP の振る舞いの変更 出力バッファリング制御 出力バッファリ ... その内容を文字列として返した後で出力バッファリングを終了する ob_get_length — 出力バッファの長さを返す ob_get ...
https://man.plustar.jp/php/book.outcontrol.html - [similar]
制御構造に関する別の構文 3725
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 ( ... は有効です。というのも、 switch 文の行末の改行文字は終了タグ ?> の一部と見なされるため、 switch と case の間 ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]
continue 3725
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... できます。 デフォルト値は 1 で、 これは現在のループの終了地点までスキップします。 <?php foreach ( $arr as $ke ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
do-while 3725
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループ ... se となり ( $i は 0 より大きくない)、ループの実行が終了するためです。 優れたCプログラマは、コードブロック中 ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
PHP ファイルの実行 3725
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの ... してください。 注意 : この例をよくみてください。開始/終了タグがありません! -r スイッチを使用した場合、これらの ... ナリのパスを置き換えてください) で始まり、PHP の開始/終了タグの中に通常の PHP コードが続くスクリプトを書き、適 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
パスの最後にある名前の部分を返す 3725
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す ... ッシュ( / )になります。 suffix 名前の部分が suffix で終了する場合、 この部分もカットされます。 戻り値 指定した ...
https://man.plustar.jp/php/function.basename.html - [similar]