検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 566 for [SIMILAR] 16 1024 4096 WITH 37194 students WITH ... (2.027 sec.)
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
スクリプトに渡された引数の数 0
« $http_response_header $argv » PHP Manual 定義済の変数 スクリプトに渡された引数の数 $argc (PHP 4, PHP 5, PHP 7, PHP 8) $argc — スクリプトに渡された引数の数 説明 コマンドライン から実行したときに、 現在のスクリプトに渡された引数の数が含まれます。 注意 : スクリプトのファイル名は、常にスク ...
https://man.plustar.jp/php/reserved.variables.argc.html - [similar]
文字列を Javascript のコードとして実行する 0
« V8Js::__construct V8Js::getExtensions » PHP Manual V8Js 文字列を Javascript のコードとして実行する V8Js::executeString (PECL v8js >= 0.1.0) V8Js::executeString — 文字列を Javascript のコードとして実行する 説明 public V8Js::executeString ( string $script , string $identifier = "V8Js::ex ...
https://man.plustar.jp/php/v8js.executestring.html - [similar]
floatval のエイリアス 0
« debug_zval_dump empty » PHP Manual 変数操作 関数 floatval のエイリアス doubleval (PHP 4, PHP 5, PHP 7, PHP 8) doubleval — floatval() のエイリアス 説明 この関数は次の関数のエイリアスです。 floatval() . 関連キーワード: floatval , 関数 , doubleval , debug , zval , 変数 , 操作 , ...
https://man.plustar.jp/php/function.doubleval.html - [similar]
is_float のエイリアス 0
« is_countable is_float » PHP Manual 変数操作 関数 is_float のエイリアス is_double (PHP 4, PHP 5, PHP 7, PHP 8) is_double — is_float() のエイリアス 説明 この関数は次の関数のエイリアスです。 is_float() . 関連キーワード: float , 関数 , countable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-double.html - [similar]
is_int のエイリアス 0
« is_int is_iterable » PHP Manual 変数操作 関数 is_int のエイリアス is_integer (PHP 4, PHP 5, PHP 7, PHP 8) is_integer — is_int() のエイリアス 説明 この関数は次の関数のエイリアスです。 is_int() . 関連キーワード: int , 関数 , integer , iterable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-integer.html - [similar]
is_int のエイリアス 0
« is_iterable is_null » PHP Manual 変数操作 関数 is_int のエイリアス is_long (PHP 4, PHP 5, PHP 7, PHP 8) is_long — is_int() のエイリアス 説明 この関数は次の関数のエイリアスです。 is_int() . 関連キーワード: int , 関数 , long , iterable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-long.html - [similar]
Oracleとの接続を閉じる 0
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_close — Oracleとの接続を閉じる 説明 oci_close ( resource $connection ): ? bool 接続 connection を閉じます。 他のいかなるリソースも利用しない、なおかつ oci ...
https://man.plustar.jp/php/function.oci-close.html - [similar]
代入演算子 0
« 算術演算子 ビット演算子 » PHP Manual 演算子 代入演算子 代入演算子 代入演算子の基本となるものは "=" です。この演算子に関して最初に 思い付く意味は"等しい"であるかもしれません。しかし、そうではありません。 本当は、左オペランドに右オペランドの式の値を設定する("得て代入する") ことを意味しま ...
https://man.plustar.jp/php/language.operators.assignment.html - [similar]