検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 415 for Text (0.019 sec.)
UI 関数 5183
« UI\Draw\Text\Font\Descriptor::getWeight UI\Draw\Text\Font\fontFamilies » PHP Manual UI UI 関数 ... UI 関数 目次 UI\Draw\Text\Font\fontFamilies — Retrieve Font Families UI\quit ... \run — Enter UI Loop 関連キーワード: 関数 , Font , Text , fontFamilies , Descriptor , getWeight , Retrieve ...
https://man.plustar.jp/php/ref.ui.html - [similar]
二つの文字列の間の類似性を計算する 5132
« sha1 soundex » PHP Manual String 関数 二つの文字列の間の類似性を計算する similar_text (PHP 4, ... PHP 5, PHP 7, PHP 8) similar_text — 二つの文字列の間の類似性を計算する 説明 similar_ ... 目の引数としてリファレンスを渡すことにより、 similar_text() は類似性をパーセントで計算します。 これは、 simi ... lar_text() の結果を、 与えられた文字列の長さの平均を 100 倍 ... 共通部分文字列の長さが追加されます。 例 例1 similar_text() で、引数を入れ替えた場合の例 以下のコードは、 st ...
https://man.plustar.jp/php/function.similar-text.html - [similar]
文字列の中から任意の文字を探す 5132
« strncmp strpos » PHP Manual String 関数 文字列の中から任意の文字を探す strpbrk (PHP 5, PHP 7, ... 合に false を返します。 例 例1 strpbrk() の例 <?php $text = 'This is a Simple text.' ; // これは "is is a Si ... mple text." を出力します。なぜなら 'i' が最初にマッチするから ... です。 echo strpbrk ( $text , 'mi' ); // これは "Simple text." を出力します。な ... ら大文字小文字が区別されるからです。 echo strpbrk ( $text , 'S' ); ?> 参考 strpos() - 文字列内の部分文字列が ...
https://man.plustar.jp/php/function.strpbrk.html - [similar]
CommonMark 5107
« テキスト処理 はじめに » PHP Manual テキスト処理 CommonMark CommonMark はじめに インストール/設 ... em — Item concrete CommonMark\Node CommonMark\Node\TextText concrete CommonMark\Node CommonMark\Node\Te ... xt::__construct — Text Construction CommonMark\Node\Text\Strong — Strong ... concrete CommonMark\Node CommonMark\Node\Text\Emphasis — Emphasis concrete CommonMark\Node Commo ... concrete , construct , Construction , Interfaces , Text , AST , Manipulation , CQL , Parser ...
https://man.plustar.jp/php/book.cmark.html - [similar]
Button Control 5081
« UI\Controls\Check::setText UI\Controls\Button::__construct » PHP Manual UI Button Control Butt ... l { /* Constructor */ public __construct ( string $text ) /* メソッド */ public getText (): string protect ... ed onClick () public setText ( string $text ) /* 継承したメソッド */ public UI\ ... ct — Construct a new Button UI\Controls\Button::getText — Get Text UI\Controls\Button::onClick — Click Han ... dler UI\Controls\Button::setText — Set Text 関連キーワード: Control , Button , publ ...
https://man.plustar.jp/php/class.ui-controls-button.html - [similar]
Italic Font Settings 5081
« UI\Draw\Text\Font\Weight UI\Draw\Text\Font\Stretch » PHP Manual UI Italic Font Settings Italic ... (UI 0.9.9) はじめに クラス概要 final class UI\Draw\Text\Font\Italic { /* Constants */ const int Normal = 0 ... = 2 ; } 関連キーワード: Font , Italic , Settings , Text , int , Weight , クラス , 概要 , final , Constants ...
https://man.plustar.jp/php/class.ui-draw-text-font-italic.html - [similar]
画像をブラウザあるいはファイルに出力する 5081
« imagetypes imagewebp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する ... 追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $im , 233 , 14 , 91 ) ... ; imagestring ( $im , 1 , 5 , 5 , 'A Simple Text String' , $text_color ); // content type ヘッダを設 ... 追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $im , 233 , 14 , 91 ) ... ; imagestring ( $im , 1 , 5 , 5 , 'A Simple Text String' , $text_color ); // 画像を保存します image ...
https://man.plustar.jp/php/function.imagewbmp.html - [similar]
画像をブラウザあるいはファイルに出力する 5056
« imageistruecolor imagelayereffect » PHP Manual GD および Image 関数 画像をブラウザあるいはファ ... 追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $im , 233 , 14 , 91 ) ... ; imagestring ( $im , 1 , 5 , 5 , 'A Simple Text String' , $text_color ); // content type ヘッダを、 ... 追加します $im = imagecreatetruecolor ( 120 , 20 ); $text_color = imagecolorallocate ( $im , 233 , 14 , 91 ) ... ; imagestring ( $im , 1 , 5 , 5 , 'A Simple Text String' , $text_color ); // 画像を 'simpletext.jpg ...
https://man.plustar.jp/php/function.imagejpeg.html - [similar]
テキストの出力位置を設定する 5030
« ps_set_parameter ps_set_value » PHP Manual PS 関数 テキストの出力位置を設定する ps_set_text_po ... s (PECL ps >= 1.1.0) ps_set_text_pos — テキストの出力位置を設定する 説明 ps_set_tex ... することもできます。 この場合の設定項目は、それぞれ textx と texty となります。 テキストを所定の位置に出力し ... <?php $ps = ps_new (); if (! ps_open_file ( $ps , "text.ps" )) { print "PostScript ファイルをオープンできま ... "Uwe Steinmann" ); ps_set_info ( $ps , "Title" , "Text placement example" ); ps_begin_page ( $ps , 596 , ...
https://man.plustar.jp/php/function.ps-set-text-pos.html - [similar]
Get Text 5030
« UI\Controls\EditableCombo::append UI\Controls\EditableCombo::onChange » PHP Manual UI\Controls ... \EditableCombo Get Text UI\Controls\EditableCombo::getText (UI 0.9.9) UI\C ... ontrols\EditableCombo::getText — Get Text 説明 public UI\Controls\EditableCombo:: ... getText (): string Get the value of the currently selected ... 数にはパラメータはありません。 関連キーワード: Get , Text , Controls , EditableCombo , getText , パラメータ ...
https://man.plustar.jp/php/ui-controls-editablecombo.gettext.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT