検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 273 for 部分 (0.022 sec.)
命令の分離 4445
« HTML からの脱出 コメント » PHP Manual 基本的な構文 命令の分離 命令の分離 C や Perl と同様に、P ... リングを 使用しており、include したファイルの生成する部分の最後に余計な空白を つけたくない場合などにも便利です ...
https://man.plustar.jp/php/language.basic-syntax.instruction-separation.html - [similar]
文字列 4445
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... スは、8 進数表記の 1 文字です。 1 バイトに収まらない部分は、何もメッセージを出さずにオーバーフローします (そ ... タブでインデントできます。 その場合、インデントされた部分は文字列の全ての行から取り除かれます。 PHP 7.3.0 より ... 。 警告 範囲外のオフセットに書き込んだ場合は、空いた部分に空白文字が埋められます。 整数型以外の型は整数型に変 ... 0 のバイト (いわゆる “NUL バイト”) を文字列内のどの部分にでも使えるという点です (しかし、このマニュアル上で ...
https://man.plustar.jp/php/language.types.string.html - [similar]
国際化関数 4386
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 ... tack 文字列の中で needle が最初に登場した場所以降の部分文字列を返す grapheme_strlen — 書記素単位で文字列の長 ... ack 文字列の中で、needle が最初に登場した場所以降の部分文字列を返す grapheme_substr — 部分文字列を返す IDN ...
https://man.plustar.jp/php/book.intl.html - [similar]
RecursiveTreeIterator クラス 4386
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレー ... する RecursiveTreeIterator::setPrefixPart — 接頭辞の部分を設定する RecursiveTreeIterator::valid — 有効性を調 ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
文字列で使用されている文字に関する情報を返す 4386
« convert_uuencode crc32 » PHP Manual String 関数 文字列で使用されている文字に関する情報を返す c ... s) of "w" in the string. 参考 strpos() - 文字列内の部分文字列が最初に現れる場所を見つける substr_count() - ...
https://man.plustar.jp/php/function.count-chars.html - [similar]
文字列が最初に現れる場所を見つける 4386
« iconv_strlen iconv_strrpos » PHP Manual iconv 関数 文字列が最初に現れる場所を見つける iconv_st ... ートするようになりました。 参考 strpos() - 文字列内の部分文字列が最初に現れる場所を見つける iconv_strrpos() - ...
https://man.plustar.jp/php/function.iconv-strpos.html - [similar]
文字列の一部を切り出す 4386
« iconv_strrpos iconv » PHP Manual iconv 関数 文字列の一部を切り出す iconv_substr (PHP 5, PHP 7, ... lse が返されていました。 参考 substr() - 文字列の一部分を返す mb_substr() - 文字列の一部を得る mb_strcut() ...
https://man.plustar.jp/php/function.iconv-substr.html - [similar]
イメージの一部をコピー、マージする 4386
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... 座標で指定した dst_image にコピーします。 定義された部分は、x,y座標、 dst_x 、 dst_y にコピーされます。 パラ ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]
グレースケールでイメージの一部をコピー、マージする 4386
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... ight の領域を dst_image にコピーします。 定義された部分は、x、y座標 dst_x 、 dst_y にコピーされます。 この関 ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
特定色で塗りつぶす 4386
« imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil ... agecolorallocate ( $im , 255 , 0 , 0 ); // 選択した部分を塗りつぶします imagefilltoborder ( $im , 50 , 50 , ...
https://man.plustar.jp/php/function.imagefilltoborder.html - [similar]