検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 584 for C (0.008 sec.)
Normalizer クラス 4818
« Locale::setDefault Normalizer::getRawDecomposition » PHP Manual intl Normalizer クラス Normali ... zer クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに 正規化とは、文字や文字列を ... る際に表記を統一するために用いることもあります。 Unicode Consortium では、 アプリケーション側でのさまざま ... 方式を定義しています。 Normalization Form D (NFD) - Canonical Decomposition Normalization Form C (NFC) - ... Canonical Decomposition followed by Canonical Compos ...
https://man.plustar.jp/php/class.normalizer.html - [similar]
C 言語と同様にスラッシュで文字列をクォートする 4788
« String 関数 addslashes » PHP Manual String 関数 C 言語と同様にスラッシュで文字列をクォートする ... addcslashes (PHP 4, PHP 5, PHP 7, PHP 8) addcslashes — ... 言語と同様にスラッシュで文字列をクォートする 説明 addcslashes ( string $string , string $characters ): st ... ring characters パラメータに羅列された文字の前にバックスラ ... します。 パラメータ string エスケープしたい文字列。 characters エスケープの対象となる文字を並べたもの。 ...
https://man.plustar.jp/php/function.addcslashes.html - [similar]
配列の一部を展開する 4788
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... , PHP 7, PHP 8) array_slice — 配列の一部を展開する 説明 array_slice ( array $ ... ll , bool $preserve_keys = false ): array array_slice() は、 array から引数 offset および length で指定 ... ての要素が返されます。 preserve_keys 注意 : array_slice() はデフォルトで配列の数値キーを並べなおし、 リセ ... り大きい場合は、空の配列を返します。 例 例1 array_slice() の例 <?php $input = array( "a" , "b" , "c" , "d ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
クラスのデフォルトプロパティを取得する 4788
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを ... 取得する get_class_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_class_va ... — クラスのデフォルトプロパティを取得する 説明 get_class_vars ( string $class ): array 指定したクラスの ... デフォルトプロパティを取得します。 パラメータ class クラス名。 戻り値 宣言されているプロパティのう ... エラーが発生した場合は false を返します。 例 例1 get_class_vars() の例 <?php class myclass { var $var1 ; ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
CTRLイベント のハンドラを設定したり削除したりする 4788
« sapi_windows_generate_ctrl_event sapi_windows_vt100_support » PHP Manual その他の関数 CTRLイベ ... ハンドラを設定したり削除したりする sapi_windows_set_ctrl_handler (PHP 7 >= 7.4.0, PHP 8) sapi_windows_se ... t_ctrl_handler — CTRLイベント のハンドラを設定したり削 ... 除したりする 説明 sapi_windows_set_ctrl_handler ( ? callable $handler , bool $add = tru ... e ): bool CTRL イベントのハンドラを設定したり削除したりします。 ...
https://man.plustar.jp/php/function.sapi-windows-set-ctrl-handler.html - [similar]
Apache 2.x (Microsoft Windows 用) 4788
« Microsoft Windows のコマンドラインでの PHP Windows 上での PHP のトラブルシューティング » PHP M ... anual Windows システムへのインストール Apache 2.x (Microsoft Windows 用) Apache 2.x (Micros ... oft Windows 用) このセクションでは、Microsoft Windows 上の Apache 2.x で PHP をインストール ... マニュアルインストールの手順 をお読みください。 » Apache ドキュメンテーション を参照し、Apache 2.x サーバ ... とを強く推奨します。 また、以下の解説を読む前に、Apache 2.x に関する » Windows 固有の情報 についても参照 ...
https://man.plustar.jp/php/install.windows.apache2.html - [similar]
コメント 4750
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル ... l 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ; // C++型の単一行用のコメント /* 複 ... 数行用のコメント もう一行分のコメント */ echo 'もうひとつのテストです' ; echo '最後のテストです ... # は何の影響も 及ぼしません。 <h1>これは <?php # echo 'シンプルな'; ?> 例</h1> <p>上の見出しは 'これは ... 例です。' となります。 'C' 型のコメントは、最初に */ が現れた時点で終了します ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
内部オプション設定 4750
« 選択肢 サブパターン » PHP Manual PCRE 正規表現構文 内部オプション設定 内部オプション設定 PCRE_ ... CASELESS , PCRE_MULTILINE , PCRE_DOTALL PCRE_UNGREEDY , PCRE_EXT ... RA , PCRE_EXTENDED および PCRE_DUPNAMES オプションの設定は ... 文字には以下のものがあります。 内部オプション文字 i PCRE_CASELESS m PCRE_MULTILINE s PCRE_DOTALL x PCRE_E ... XTENDED U PCRE_UNGREEDY X PCRE_EXTRA (PHP 7.3.0 以降はサポートさ ...
https://man.plustar.jp/php/regexp.reference.internal-options.html - [similar]
C Type Handles 4713
« FFI\CData FFI\CType::getAlignment » PHP Manual FFI C Type Handles C Type Handles (PHP 7 >= 7.4 ... .0, PHP 8) はじめに クラス概要 final class FFI\CType { /* メソッド */ public getAlignment ... (): int public getArrayElementType (): FFI\CType public getArrayL ... ength (): int public getAttributes (): int public getEnumKind (): int p ... ublic getFuncABI (): int public getFuncParameterCount () ...
https://man.plustar.jp/php/class.ffi-ctype.html - [similar]
4713
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... \ Vector (); $vector -> push ( 'a' ); $vector -> push ( ... 'b' , 'c' ); $vector [] = 'd' ; print_r ( $vector ); ?> 上の ... 例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => a [1] => b [2] => c [3] => d ) ... put ( 'a' , 1 ); $map -> put ( 'b' , 2 ); $map [ 'c' ] = 3 ; print_r ( $map ); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT