検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 90 for Form (0.003 sec.)
Normalizer クラス 11254
« Locale::setDefault Normalizer::getRawDecomposition » PHP Manual intl Normalizer クラス Normali ... いくつかの正規化方式を定義しています。 Normalization Form D (NFD) - Canonical Decomposition Normalization Fo ... on followed by Canonical Composition Normalization Form KD (NFKD) - Compatibility Decomposition Normalizat ... ion Form KC (NFKC) - Compatibility Decomposition followed b ... osition これらの方式は、テキストに対する変換 (transformation) のセットとして定義されます。変換 (transforma ...
https://man.plustar.jp/php/class.normalizer.html - [similar]
Control Form (Arrangement) 11014
« UI\Controls\Picker::__construct UI\Controls\Form::append » PHP Manual UI Control Form (Arrange ... ment) Control Form (Arrangement) (UI 0.9.9) はじめに A Form is a cont ... ment of other controls into a familiar layout (the form). クラス概要 class UI\Controls\Form extends UI\Con ... hould not be manipulated directly 目次 UI\Controls\Form::append — Append Control UI\Controls\Form::delete ... — Delete Control UI\Controls\Form::isPadded — Padding Detection UI\Controls\Form::se ...
https://man.plustar.jp/php/class.ui-controls-form.html - [similar]
Delete Control 10854
« UI\Controls\Form::append UI\Controls\Form::isPadded » PHP Manual UI\Controls\Form Delete Contr ... ol UI\Controls\Form::delete (UI 0.9.9) UI\Controls\Form::delete — Dele ... te Control 説明 public UI\Controls\Form::delete ( int $index ): bool Shall delete the cont ... rol at the given index in this Form パラメータ index The index of the control to remov ... ion of succcess 関連キーワード: Delete , Control , Form , Controls , ontrol , append , isPadded , public , ...
https://man.plustar.jp/php/ui-controls-form.delete.html - [similar]
Padding Detection 10854
« UI\Controls\Form::delete UI\Controls\Form::setPadded » PHP Manual UI\Controls\Form Padding Det ... ection UI\Controls\Form::isPadded (UI 0.9.9) UI\Controls\Form::isPadded — ... Padding Detection 説明 public UI\Controls\Form::isPadded (): bool Shall detect if padding is enab ... led on this Form パラメータ この関数にはパラメータはありません。 関 ... 連キーワード: Padding , Detection , Form , Controls , isPadded , パラメータ , setPadded , p ...
https://man.plustar.jp/php/ui-controls-form.ispadded.html - [similar]
Append Control 10561
« UI\Controls\Form UI\Controls\Form::delete » PHP Manual UI\Controls\Form Append Control UI\Cont ... rols\Form::append (UI 0.9.9) UI\Controls\Form::append — Appe ... nd Control 説明 public UI\Controls\Form::append ( string $label , UI\Control $control , bo ... chy = false ): int Shall append the control to the form, and set the label パラメータ label The text for t ... be 0 関連キーワード: Control , Append , Controls , Form , append , label , control , ontrol , Shall , stre ...
https://man.plustar.jp/php/ui-controls-form.append.html - [similar]
Set Padding 10401
« UI\Controls\Form::isPadded UI\Controls\Grid » PHP Manual UI\Controls\Form Set Padding UI\Contr ... ols\Form::setPadded (UI 0.9.9) UI\Controls\Form::setPadded ... — Set Padding 説明 public UI\Controls\Form::setPadded ( bool $padded ) Shall enable or disabl ... e padding on this Form パラメータ padded 関連キーワード: Set , Padding , ... Controls , Form , setPadded , padded , isPadded , public , Shall , ...
https://man.plustar.jp/php/ui-controls-form.setpadded.html - [similar]
渡された文字列が、指定した正規化を適用済みかどうかを調べる 9867
« Normalizer::getRawDecomposition Normalizer::normalize » PHP Manual Normalizer 渡された文字列が ... c Normalizer::isNormalized ( string $string , int $form = Normalizer::FORM_C ): bool 手続き型 normalizer_i ... s_normalized ( string $string , int $form = Normalizer::FORM_C ): bool 渡された文字列が、指定 ... 調べます。 パラメータ string 正規化する入力文字列。 form 正規化方式のいずれか。 戻り値 正規化されている場合 ... ( 'A' . $char_combining_ring_above , Normalizer :: FORM_C ); echo ( normalizer_is_normalized ( $char_orig ...
https://man.plustar.jp/php/normalizer.isnormalized.html - [similar]
渡された入力を正規化し、正規化後の文字列を返す 9787
« Normalizer::isNormalized MessageFormatter » PHP Manual Normalizer 渡された入力を正規化し、正規 ... atic Normalizer::normalize ( string $string , int $form = Normalizer::FORM_C ): string | false 手続き型 no ... rmalizer_normalize ( string $string , int $form = Normalizer::FORM_C ): string | false 渡された入力 ... 返します。 パラメータ string 正規化する入力文字列。 form 正規化方式のいずれか。 戻り値 正規化後の文字列、あ ... ormalizer_normalize ( $char_A_ring , Normalizer :: FORM_C ); $char_2 = normalizer_normalize ( 'A' . $char_ ...
https://man.plustar.jp/php/normalizer.normalize.html - [similar]
出力リライトの使用法 8641
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1 ... 各設定の間にスペースを含めることはできません。 // form タグは特別なタグで、hidden を追加します。 ini_set ... ( 'url_rewriter.tags' , 'a=href,form=' ); var_dump ( ini_get ( 'url_rewriter.tags' )); ... // これが URL と form に追加されます output_add_rewrite_var ( 'test' , ' ... a href="//php.net/index.php?bug=1234">bug1234</a> <form action="https://php.net/?bug=1234&edit=1" action=" ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
Add a file to the post form. 8107
« Swoole\Http\Client Swoole\Http\Client::close » PHP Manual Swoole\Http\Client Add a file to the ... post form. Swoole\Http\Client::addFile (PECL swoole >= 1.9.0 ... oole\Http\Client::addFile — Add a file to the post form. 説明 public Swoole\Http\Client::addFile ( string ... ilename offset 戻り値 関連キーワード: Add , file , form , Swoole , Http , the , string , addFile , path , ...
https://man.plustar.jp/php/swoole-http-client.addfile.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT