検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 988 for [SIMILAR] 16 1024 4096 WITH 70075 レコ WITH 3629... (0.901 sec.)
シャットダウン時に実行する関数を登録する 0
« get_defined_functions register_tick_function » PHP Manual 関数処理 関数 シャットダウン時に実行する関数を登録する register_shutdown_function (PHP 4, PHP 5, PHP 7, PHP 8) register_shutdown_function — シャットダウン時に実行する関数を登録する 説明 register_shutdown_function ( callable $cal ...
https://man.plustar.jp/php/function.register-shutdown-function.html - [similar]
コードポイントが英数字であるかを調べる 0
« IntlChar::hasBinaryProperty IntlChar::isalpha » PHP Manual IntlChar コードポイントが英数字であるかを調べる IntlChar::isalnum (PHP 7, PHP 8) IntlChar::isalnum — コードポイントが英数字であるかを調べる 説明 public static IntlChar::isalnum ( int | string $codepoint ): ? bool 指定されたコー ...
https://man.plustar.jp/php/intlchar.isalnum.html - [similar]
コードポイントがアルファベットかを調べる 0
« IntlChar::isalnum IntlChar::isbase » PHP Manual IntlChar コードポイントがアルファベットかを調べる IntlChar::isalpha (PHP 7, PHP 8) IntlChar::isalpha — コードポイントがアルファベットかを調べる 説明 public static IntlChar::isalpha ( int | string $codepoint ): ? bool 指定されたコードポイン ...
https://man.plustar.jp/php/intlchar.isalpha.html - [similar]
コードポイントが Java におけるスペース文字であるかを調べる 0
« IntlChar::isJavaIDStart IntlChar::islower » PHP Manual IntlChar コードポイントが Java におけるスペース文字であるかを調べる IntlChar::isJavaSpaceChar (PHP 7, PHP 8) IntlChar::isJavaSpaceChar — コードポイントが Java におけるスペース文字であるかを調べる 説明 public static IntlChar::isJava ...
https://man.plustar.jp/php/intlchar.isjavaspacechar.html - [similar]
コールバック 0
« 有効期限 Result コールバック » PHP Manual Memcached コールバック コールバック 目次 Result コールバック Read-through キャッシュコールバック 関連キーワード: Result , Memcached , Read , through , キャッシュ , ...
https://man.plustar.jp/php/memcached.callbacks.html - [similar]
コードポイントが、Alphabetic プロパティを持つかを調べる 0
« IntlChar::istitle IntlChar::isULowercase » PHP Manual IntlChar コードポイントが、Alphabetic プロパティを持つかを調べる IntlChar::isUAlphabetic (PHP 7, PHP 8) IntlChar::isUAlphabetic — コードポイントが、Alphabetic プロパティを持つかを調べる 説明 public static IntlChar::isUAlphabetic ( i ...
https://man.plustar.jp/php/intlchar.isualphabetic.html - [similar]
consumerHandler コールバックを設定する 0
« OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHandler コールバックを設定する OAuthProvider::consumerHandler (PECL OAuth >= 1.0.0) OAuthProvider::consumerHandler — consumerHandler コールバックを設定する 説明 public OAuthProvider::consumerHand ...
https://man.plustar.jp/php/oauthprovider.consumerhandler.html - [similar]
コードポイントが "空白" または "水平方向の空白" 文字であるかを調べる 0
« IntlChar::isbase IntlChar::iscntrl » PHP Manual IntlChar コードポイントが "空白" または "水平方向の空白" 文字であるかを調べる IntlChar::isblank (PHP 7, PHP 8) IntlChar::isblank — コードポイントが "空白" または "水平方向の空白" 文字であるかを調べる 説明 public static IntlChar::isblank ( ...
https://man.plustar.jp/php/intlchar.isblank.html - [similar]
namespace キーワードおよび __NAMESPACE__ 定数 0
« 名前空間と動的言語機能 名前空間の使用法: エイリアス/インポート » PHP Manual 名前空間 namespace キーワードおよび __NAMESPACE__ 定数 namespace キーワードおよび __NAMESPACE__ 定数 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP には、現在の名前空間内の要素へのアクセスを抽象化するための方法が 2 通りあり ...
https://man.plustar.jp/php/language.namespaces.nsconstants.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]