検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 69 for comment (0.004 sec.)
7041
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... $za = new ZipArchive (); $za -> open ( 'test_with_comment.zip' ); print_r ( $za ); var_dump ( $za ); echo "n ... echo "filename: " . $za -> filename . "\n" ; echo "comment: " . $za -> comment . "\n" ; for ( $i = 0 ; $i < $ ...
https://man.plustar.jp/php/zip.examples.html - [similar]
ZIP アーカイブのコメントを返す 7041
« ZipArchive::extractTo ZipArchive::getCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコメ ... ントを返す ZipArchive::getArchiveComment (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ... ZipArchive::getArchiveComment — ZIP アーカイブのコメントを返す 説明 public ZipAr ... chive::getArchiveComment ( int $flags = 0 ): string | false Zip アーカイブの ... new ZipArchive ; $res = $zip -> open ( 'test_with_comment.zip' ); if ( $res === TRUE ) { var_dump ( $zip -> ...
https://man.plustar.jp/php/ziparchive.getarchivecomment.html - [similar]
指定したソースを PHP トークンに分割する 6957
« Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する ... 間違った使いかた <?php $tokens = token_get_all ( '/* comment */' ); foreach ( $tokens as $token ) { if ( is_arr ... ば以下のようになります。 Line 1: T_INLINE_HTML ('/* comment */') 先ほどの例では、文字列が T_COMMENT ではなく T ...
https://man.plustar.jp/php/function.token-get-all.html - [similar]
実行時設定 6886
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... L highlight.string "#DD0000" PHP_INI_ALL highlight.comment "#FF8000" PHP_INI_ALL highlight.keyword "#007700" ... t() も参照ください。 highlight.bg string highlight.comment string highlight.default string highlight.html str ...
https://man.plustar.jp/php/misc.configuration.html - [similar]
このノードがコメントを表すものかどうかを調べる 6801
« tidyNode::isAsp tidyNode::isHtml » PHP Manual tidyNode このノードがコメントを表すものかどうかを ... 調べる tidyNode::isComment (PHP 5, PHP 7, PHP 8) tidyNode::isComment — このノ ... トを表すものかどうかを調べる 説明 public tidyNode::isComment (): bool このノードがコメントであるかどうかを調べま ... ASP code */ response.write("Hello World!") %> <!-- Comments --> Hello World </body></html> Outside HTML HTML; ... e current node is of requested type if( $node -> isComment ()) { echo "\n\n# comment node #" . ++ $GLOBALS [ ...
https://man.plustar.jp/php/tidynode.iscomment.html - [similar]
繰り返し 6419
« サブパターン 後方参照 » PHP Manual PCRE 正規表現構文 繰り返し 繰り返し 繰り返し (repetition) は ... として、パターン /\*.*\*/ を使って、文字列 /* first comment */ not comment /* second comment */ に対して、マッ ...
https://man.plustar.jp/php/regexp.reference.repetition.html - [similar]
画像上に色を描画する 6264
« ImagickDraw::clone ImagickDraw::comment » PHP Manual ImagickDraw 画像上に色を描画する ImagickD ...
https://man.plustar.jp/php/imagickdraw.color.html - [similar]
ImagickDraw クラス 6179
« Imagick::writeImagesFile ImagickDraw::affine » PHP Manual ImageMagick ImagickDraw クラス Imagi ... at $x , float $y , int $paintMethod ): bool public comment ( string $comment ): bool public composite ( int $ ... ickDraw::color — 画像上に色を描画する ImagickDraw::comment — コメントを追加する ImagickDraw::composite — 現在 ...
https://man.plustar.jp/php/class.imagickdraw.html - [similar]
XMLReader クラス 6179
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... onst int ENTITY = 6 ; const int PI = 7 ; const int COMMENT = 8 ; const int DOC = 9 ; const int DOC_TYPE = 10 ... 処理命令 (Processing Instruction) ノード XMLReader::COMMENT コメントノード XMLReader::DOC 文書ノード XMLReader ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
定義済み定数 6108
« リソース型 例 » PHP Manual Tidy 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 加されました。PHP 7.4.0 以降で利用可能です TIDY_TAG_COMMENT TIDY_TAG_DATALIST libtidy 5.0.0 で追加されました。 ... トノード TIDY_NODETYPE_DOCTYPE 文章型 TIDY_NODETYPE_COMMENT HTML コメント TIDY_NODETYPE_PROCINS 処理命令 TIDY_ ...
https://man.plustar.jp/php/tidy.constants.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT