検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 415 for Text (0.023 sec.)
空白文字かどうか調べる 4285
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... — 空白文字かどうか調べる 説明 ctype_space ( mixed $text ): bool 与えられた文字列 text のすべての文字が 空白 ... 文字であるかどうかを調べます。 パラメータ text 調べる文字列。 注意 : -128 から 255 までの int を渡 ... トするか、 chr() を明示的にコールすべきです。 戻り値 text のすべての文字がなんらかの空白文字を 生成する場合に ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
文字列の最初から空白 (もしくはその他の文字) を取り除く 4285
« localeconv md5_file » PHP Manual String 関数 文字列の最初から空白 (もしくはその他の文字) を取り ... 0x0B )), 垂直タブ。 例 例1 ltrim() の使用例 <?php $text = "\t\tThese are a few words :) ... " ; $binary = ... string\x0A" ; $hello = "Hello World" ; var_dump ( $text , $binary , $hello ); print "\n" ; $trimmed = ltri ... m ( $text ); var_dump ( $trimmed ); $trimmed = ltrim ( $text ...
https://man.plustar.jp/php/function.ltrim.html - [similar]
文字列の最後から空白 (もしくはその他の文字) を取り除く 4285
« quotemeta setlocale » PHP Manual String 関数 文字列の最後から空白 (もしくはその他の文字) を取り ... の文字列を返します。 例 例1 rtrim() の使用例 <?php $text = "\t\tThese are a few words :) ... " ; $binary = ... string\x0A" ; $hello = "Hello World" ; var_dump ( $text , $binary , $hello ); print "\n" ; $trimmed = rtri ... m ( $text ); var_dump ( $trimmed ); $trimmed = rtrim ( $text ...
https://man.plustar.jp/php/function.rtrim.html - [similar]
Line Cap Settings 4260
« UI\Draw\Text\Font\Stretch UI\Draw\Line\Join » PHP Manual UI Line Cap Settings Line Cap Setting ... Square ; } 関連キーワード: Cap , Settings , int , Text , Font , クラス , 概要 , final , Constants , Flat ...
https://man.plustar.jp/php/class.ui-draw-line-cap.html - [similar]
PHP による PNG の生成 4260
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP ... ( "Content-type: image/png" ); $string = $_GET [ 'text' ]; $im = imagecreatefrompng ( "images/button1.png ... ); ?> この例のスクリプトは、 <img src="button.php?text"> のようなタグが書かれたページからコールされるもの ... です。 上の button.php スクリプトは、この "text" 文字列を引数とし、 基本画像 "images/button1.png" ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
圧縮フィルタ 4234
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... => 6 , 'window' => 15 , 'memory' => 9 ); $original_text = "This is a test.\nThis is only a test.\nThis is ... cho "もとのテキストの長さは " . strlen ( $original_text ) . " 文字です。\n" ; $fp = fopen ( 'test.deflated ... FILTER_WRITE , $params ); fwrite ( $fp , $original_text ); fclose ( $fp ); echo "圧縮後のファイルの大きさは ... ?> 例2 zlib.deflate のシンプルな例 <?php $original_text = "This is a test.\nThis is only a test.\nThis is ...
https://man.plustar.jp/php/filters.compression.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 4234
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF- ... 8 に変換する 説明 imap_utf8 ( string $mime_encoded_text ): string 宣言されている文字セットを libc-client が ... 知っている場合は、 指定した mime_encoded_text を UTF-8 に変換します。 知らない場合は、指定された ... UTF-8 には変換されません。 パラメータ mime_encoded_text MIME エンコードされた文字列。 MIME エンコーディング ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
座標変換を設定する 4234
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_t ... " , 0 ); ps_begin_page ( $ps , 596 , 842 ); ps_set_text_pos ( $ps , 100 , 100 ); ps_translate ( $ps , 500 ... _setfont ( $ps , $psfont , 8.0 ); ps_show ( $ps , "Text at initial position" ); ps_end_page ( $ps ); ps_be ... gin_page ( $ps , 596 , 842 ); ps_set_text_pos ( $ps , 100 , 100 ); ps_save ( $ps ); ps_trans ... _setfont ( $ps , $psfont , 8.0 ); ps_show ( $ps , "Text at initial position" ); ps_end_page ( $ps ); ps_de ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]
Quit UI Loop 4234
« UI\Draw\Text\Font\fontFamilies UI\run » PHP Manual UI 関数 Quit UI Loop UI\quit (UI 2.0.0) UI\ ... 関連キーワード: Quit , quit , 関数 , パラメータ , Text , Font , fontFamilies , run , Shall , exited ...
https://man.plustar.jp/php/function.ui-quit.html - [similar]
match 4209
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... 内容に応じてmatch式を分岐させる一般的な使い方 <?php $text = 'Bienvenue chez nous' ; $result = match ( true ) ... { str_contains ( $text , 'Welcome' ) || str_contains ( $text , 'Hello' ) ... => 'en' , str_contains ( $text , 'Bienvenue' ) || str_contains ( $text , 'Bonjour ...
https://man.plustar.jp/php/control-structures.match.html - [similar]