Results of 1 - 10 of about 281 for T (0.002 sec.)
- パーサトークンの一覧 14341
- « PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー
...
スが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expecting "(" in s ...
cript.php on line 10." のようなエラーが発生します。 この ...
場合、トークン == が内部的に T_IS_EQUAL として表現されています。 以下の表に、全て ...
、全て PHP の定数としても利用できます。 注意 : 定数 T_* の使いかた T_* (T_ で始まる) 定数は、 PHP のベー ...
-
https://man.plustar.jp/php/tokens.html
- [similar]
- 指定したソースを PHP トークンに分割する 10150
- « Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する
...
token_get_all (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) token_ge ...
all — 指定したソースを PHP トークンに分割する 説明 token_get_all ( string $code , int $flags = 0 ): arr ...
ay token_get_all() は指定した文字列 code をパースし、Ze ...
には、 パーサトークンの一覧 を参照するか、 あるいは token_name() でトークン値を文字列表現に 変換します。 ...
-
https://man.plustar.jp/php/function.token-get-all.html
- [similar]
- 指定した伝送に関する情報を得る 9763
- « curl_file_create curl_init » PHP Manual cURL 関数 指定した伝送に関する情報を得る curl_getinfo
...
(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) curl_getinfo — 指定した伝送に関する情報を得る 説明 curl_get ...
info ( CurlHandle $handle , ? int $option = null ): mixed 直近の転送に関する情報を取 ...
得します。 パラメータ handle curl_init() が返す cURL ハンドル。 option これは、以下のいず ...
れかの定数となります。 CURLINFO_EFFECTIVE_URL - 直近の有効な URL CURLINFO_HTTP_CODE - 最後 ...
-
https://man.plustar.jp/php/function.curl-getinfo.html
- [similar]
- 新しいグローバル定数 9145
- « 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し
...
グローバル定数 PHP コア PASSWORD_ARGON2ID CURL CURLAUTH_BEARER CURLAUTH_GSSAPI CURLE_WEIRD_SERVER_REPLY C ...
URLINFO_APPCONNECT_TIME_T CURLINFO_CONNECT_TIME_T CURLINFO_CONTENT_LE ...
NGTH_DOWNLOAD_T CURLINFO_CONTENT_LENGTH_UPLOAD_T CURLI ...
NFO_FILETIME_T CURLINFO_HTTP_VERSION CURLINFO_NAMELOOKUP_TIM ...
-
https://man.plustar.jp/php/migration73.constants.html
- [similar]
- 指定された種類のトークンかを調べる 8102
- « PhpToken::getTokenName PhpToken::isIgnorable » PHP Manual PhpToken 指定された種類のトークンかを
...
調べる PhpToken::is (PHP 8) PhpToken::is — 指定された種類のトー ...
クンかを調べる 説明 public PhpToken::is ( int | string | array $kind ): bool トーク ...
が指定された種類かを boolean で返します。 例 例1 PhpToken::is() の例 <?php $token = new PhpToken ( T_ECH ...
O , 'echo' ); var_dump ( $token -> is ( T_ECHO )); // -> bool(true) var_dump ( ...
-
https://man.plustar.jp/php/phptoken.is.html
- [similar]
- 時刻の書式 7378
- « サポートする日付と時刻の書式 日付の書式 » PHP Manual サポートする日付と時刻の書式 時刻の書式 時
...
刻の書式 このページでは、 DateTimeImmutable , DateTime , date_create() , date_cr ...
eate_immutable() , そして strtotime() のパーサーが理解 ...
4] "04", "07", "19" meridian [AaPp] .? [Mm] .? [\0\t ] "A.m.", "pM", "am." MM [0-5][0-9] "00", "12", "5 ...
9" II [0-5][0-9] "00", "12", "59" space [ \t] tz "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/][A-Z ...
-
https://man.plustar.jp/php/datetime.formats.time.html
- [similar]
- 日付の書式 7098
- « 時刻の書式 複合的な書式 » PHP Manual サポートする日付と時刻の書式 日付の書式 日付の書式 このペ
...
ージでは、 DateTimeImmutable , DateTime , date_create() , date_cr ...
eate_immutable() および strtotime() のパーサーが理解す ...
説明します。 シンボル一覧 シンボル 書式 例 daysuf "st" | "nd" | "rd" | "th" dd ([0-2]?[0-9] | "3"[01]) d ...
aysuf ? "7th", "22nd", "31" DD "0" [0-9] | [1-2][0-9] | "3" [0 ...
-
https://man.plustar.jp/php/datetime.formats.date.html
- [similar]
- 例 7001
- « 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための
...
p // 自分のエラーハンドリングを行います error_reporting ( 0 ); // ユーザーの定義したエラーハンドリング関 ...
数 function userErrorHandler ( $errno , $errmsg , $filename ...
um , $vars ) { // エラーエントリのタイムスタンプ $dt = date ( "Y-m-d H:i:s (T)" ); // エラー文字列の連想 ...
際のところ、考慮する必要があるのは // E_WARNING、E_NOTICE、E_USER_ERROR、 // E_USER_WARNING そして E_USER ...
-
https://man.plustar.jp/php/errorfunc.examples.html
- [similar]
- 実行時設定 6808
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
ルト 変更可能 変更履歴 seaslog.appender 1 PHP_INI_SYSTEM seaslog.appender_retry 0 PHP_INI_ALL seaslog.lev ...
el 8 PHP_INI_ALL seaslog.remote_host 127.0.0.1 PHP_INI_ALL seaslog.remote_port 51 ...
4 PHP_INI_ALL seaslog.remote_timeout 1 PHP_INI_SYSTEM seaslog.default_basepath ...
/var/log/www PHP_INI_SYSTEM seaslog.default_logger default PHP_INI_SYSTEM se ...
-
https://man.plustar.jp/php/seaslog.configuration.html
- [similar]
- 最大公約数と乗数を計算する 6480
- « gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.
...
4, PHP 5, PHP 7, PHP 8) gmp_gcdext — 最大公約数と乗数を計算する 説明 gmp_gcdext ( GMP ...
| int | string $num1 , GMP | int | string $num2 ): array ...
a*s + b*t = g = gcd(a,b) となるような g, s, t を計算します。 ...
ただし、gcd は最大公約数です。g, s, t を要素とする配列を返します。 この関数は、2 変数の線 ...
-
https://man.plustar.jp/php/function.gmp-gcdext.html
- [similar]