検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1200 for var (0.002 sec.)
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 5251
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... o ( $conn ); if ( $server ) { echo "DBMS_NAME: " ; var_dump ( $server -> DBMS_NAME ); echo "DBMS_VER: " ; ... var_dump ( $server -> DBMS_VER ); echo "DB_CODEPAGE: " ... ; var_dump ( $server -> DB_CODEPAGE ); echo "DB_NAME: " ... ; var_dump ( $server -> DB_NAME ); echo "INST_NAME: " ; ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
Get SeasLog request variable 5141
« SeasLog::getRequestID SeasLog::info » PHP Manual SeasLog Get SeasLog request variable SeasLog: ... :getRequestVariable (PECL seaslog >=1.9.0) SeasLog::getRequestVar ... iable — Get SeasLog request variable 説明 public static SeasLog::getRequestVariabl ... e ( int $key ): bool Get SeasLog request variable. パラメータ key Constant int. SEASLOG_REQUEST ... _VARIABLE_DOMAIN_PORT SEASLOG_REQUEST_VARIABLE_REQUEST_ ...
https://man.plustar.jp/php/seaslog.getrequestvariable.html - [similar]
オフセットが存在するかどうか 5113
« ArrayAccess ArrayAccess::offsetGet » PHP Manual ArrayAccess オフセットが存在するかどうか Array ... ic function offsetSet ( $offset , $value ): void { var_dump ( __METHOD__ ); } public function offsetExist ... s ( $var ): bool { var_dump ( __METHOD__ ); if ( $var == "f ... } return false ; } public function offsetUnset ( $var ): void { var_dump ( __METHOD__ ); } #[\ReturnType ... WillChange] public function offsetGet ( $var ) { var_dump ( __METHOD__ ); return "value" ; } } ...
https://man.plustar.jp/php/arrayaccess.offsetexists.html - [similar]
Manually set SeasLog request variable 5084
« SeasLog::setRequestID SeasLog::warning » PHP Manual SeasLog Manually set SeasLog request varia ... ble SeasLog::setRequestVariable (PECL seaslog >=1.9.0) SeasLog::setRequestVar ... iable — Manually set SeasLog request variable 説明 public static SeasLog::setRequestVariabl ... string $value ): bool Manually set SeasLog request variable. パラメータ key Constant int. SEASLOG_REQUEST ... _VARIABLE_DOMAIN_PORT SEASLOG_REQUEST_VARIABLE_REQUEST_ ...
https://man.plustar.jp/php/seaslog.setrequestvariable.html - [similar]
The Common Record Log Function 5055
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log ... SE on failure. 例 例1 SeasLog::log() example <?php var_dump ( SeasLog :: log ( SEASLOG_INFO , 'info log' ... )); var_dump ( SeasLog :: getBuffer ()); //create a new le ... vel self-help. var_dump ( SeasLog :: log ( 'MySelfLevel' , 'info log' ... )); var_dump ( SeasLog :: getBuffer ()); //with `content` ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
定義済み定数 4998
« インストール手順 var_representation 関数 » PHP Manual var_representation 定義済み定数 定義済み ... 実行時に動的にロードされている場合のみ使用可能です。 VAR_REPRESENTATION_SINGLE_LINE ( int ) var_representat ... that newlines should not be used for whitespace in variable representations. VAR_REPRESENTATION_UNESCAPED ... ( int ) var_representation() flag indicating that strings shou ... control characters. 関連キーワード: 定義 , 定数 , var , representation , int , strings , should , indica ...
https://man.plustar.jp/php/var-representation.constants.html - [similar]
var_representation 4969
« Ds\PriorityQueue::toArray はじめに » PHP Manual その他の基本モジュール var_representation var_ ... インストール/設定 要件 インストール手順 定義済み定数 var_representation 関数 var_representation — Returns a ... ort, readable, parsable string representation of a variable 関連キーワード: representation , var , インス ...
https://man.plustar.jp/php/book.var_representation.html - [similar]
検証 4969
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = ' ... oe@example.com' ; $email_b = 'bogus' ; if ( filter_var ( $email_a , FILTER_VALIDATE_EMAIL )) { echo "' $e ... はメールアドレスとして有効です。\n" ; } if ( filter_var ( $email_b , FILTER_VALIDATE_EMAIL )) { echo "' $e ... bogus' はメールアドレスとして無効です。 例2 filter_var() での IP アドレスの検証 <?php $ip_a = '127.0.0.1' ... ; $ip_b = '42.42' ; if ( filter_var ( $ip_a , FILTER_VALIDATE_IP )) { echo "' $ip_a ' ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
クラスの名前を取得する 4797
« ReflectionClass::getModifiers ReflectionClass::getNamespaceName » PHP Manual ReflectionClass ク ... $function = new \ ReflectionClass ( 'stdClass' ); var_dump ( $function -> inNamespace ()); var_dump ( $f ... unction -> getName ()); var_dump ( $function -> getNamespaceName ()); var_dump ... $function = new \ ReflectionClass ( 'A\\B\\Foo' ); var_dump ( $function -> inNamespace ()); var_dump ( $f ... unction -> getName ()); var_dump ( $function -> getNamespaceName ()); var_dump ...
https://man.plustar.jp/php/reflectionclass.getname.html - [similar]
共有メモリから変数を返す 4774
« shm_detach shm_has_var » PHP Manual セマフォ関数 共有メモリから変数を返す shm_get_var (PHP 4, ... PHP 5, PHP 7, PHP 8) shm_get_var — 共有メモリから変数を返す 説明 shm_get_var ( Sysv ... SharedMemory $shm , int $key ): mixed shm_get_var() は、 shm で指定した共有メモリセグメントから 変数 ... ンでは、リソースが期待されていました。 参考 shm_has_var() - 特定のエントリが存在するかどうかを調べる shm_p ... ut_var() - 共有メモリの変数を挿入または更新する 関連キーワ ...
https://man.plustar.jp/php/function.shm-get-var.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT