検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1200 for var (0.027 sec.)
Record critical log information 3780
« SeasLog::__construct SeasLog::debug » PHP Manual SeasLog Record critical log information SeasL ... failure. 例 例1 SeasLog::critical() example <?php var_dump ( SeasLog :: critical ( 'log message' )); //w ... ith content var_dump ( SeasLog :: critical ( 'log message from {NA ... ' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: critical ( 'log message from {NA ... ME}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.critical.html - [similar]
Record debug log information 3780
« SeasLog::critical SeasLog::__destruct » PHP Manual SeasLog Record debug log information SeasLo ... on failure. 例 例1 SeasLog::debug() example <?php var_dump ( SeasLog :: debug ( 'log message' )); //with ... content var_dump ( SeasLog :: debug ( 'log message from {NAME} ... ' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: debug ( 'log message from {NAME} ... ' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.debug.html - [similar]
Record error log information 3780
« SeasLog::emergency SeasLog::flushBuffer » PHP Manual SeasLog Record error log information Seas ... on failure. 例 例1 SeasLog::error() example <?php var_dump ( SeasLog :: error ( 'log message' )); //with ... content var_dump ( SeasLog :: error ( 'log message from {NAME} ... ' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: error ( 'log message from {NAME} ... ' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.error.html - [similar]
Record info log information 3780
« SeasLog::getRequestVariable SeasLog::log » PHP Manual SeasLog Record info log information Seas ... E on failure. 例 例1 SeasLog::info() example <?php var_dump ( SeasLog :: info ( 'log message' )); //with ... content var_dump ( SeasLog :: info ( 'log message from {NAME}' ... ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: info ( 'log message from {NAME}' ... ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.info.html - [similar]
Record notice log information 3780
« SeasLog::log SeasLog::setBasePath » PHP Manual SeasLog Record notice log information SeasLog:: ... on failure. 例 例1 SeasLog::notice() example <?php var_dump ( SeasLog :: notice ( 'log message' )); //wit ... h content var_dump ( SeasLog :: notice ( 'log message from {NAME ... ' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: notice ( 'log message from {NAME ... }' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.notice.html - [similar]
Record warning log information 3780
« SeasLog::setRequestVariable SPL » PHP Manual SeasLog Record warning log information SeasLog::w ... n failure. 例 例1 SeasLog::warning() example <?php var_dump ( SeasLog :: warning ( 'log message' )); //wi ... th content var_dump ( SeasLog :: warning ( 'log message from {NAM ... ' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ( SeasLog :: warning ( 'log message from {NAM ... E}' ,array( 'NAME' => 'neeke' ), 'tmp_logger' )); var_dump ( SeasLog :: getBuffer ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/seaslog.warning.html - [similar]
オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 3751
« method_exists trait_exists » PHP Manual クラス/オブジェクト関数 オブジェクトもしくはクラスにプ ... static protected $test ; static function test () { var_dump ( property_exists ( 'myClass' , 'xpto' )); // ... true } } var_dump ( property_exists ( 'myClass' , 'mine' )); // ... true var_dump ( property_exists (new myClass , 'mine' )); / ... /true var_dump ( property_exists ( 'myClass' , 'xpto' )); // ...
https://man.plustar.jp/php/function.property-exists.html - [similar]
Returns the ReadPreference's "mode" option 3751
« MongoDB\Driver\ReadPreference::getMaxStalenessSeconds MongoDB\Driver\ReadPreference::getModeSt ... MongoDB \ Driver \ ReadPreference :: RP_PRIMARY ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Dri ... Driver \ ReadPreference :: RP_PRIMARY_PREFERRED ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Dri ... ngoDB \ Driver \ ReadPreference :: RP_SECONDARY ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Dri ... iver \ ReadPreference :: RP_SECONDARY_PREFERRED ); var_dump ( $rp -> getMode ()); $rp = new MongoDB \ Dri ...
https://man.plustar.jp/php/mongodb-driver-readpreference.getmode.html - [similar]
現在の Phar アーカイブ内のすべてのファイルの圧縮を解除する 3751
« Phar::decompress Phar::delMetadata » PHP Manual Phar 現在の Phar アーカイブ内のすべてのファイル ... essFiles ( Phar :: GZ ); foreach ( $p as $file ) { var_dump ( $file -> getFileName ()); var_dump ( $file ... -> isCompressed ()); var_dump ( $file -> isCompressed ( Phar :: BZ2 )); var ... p -> decompressFiles (); foreach ( $p as $file ) { var_dump ( $file -> getFileName ()); var_dump ( $file ... -> isCompressed ()); var_dump ( $file -> isCompressed ( Phar :: BZ2 )); var ...
https://man.plustar.jp/php/phar.decompressfiles.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 3722
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... Instance ( NULL , 'es_ES' ); $cal2 = clone $cal1 ; var_dump ( $cal1 -> equals ( $cal2 )); //TRUE //The lo ... pt_PT' ); $cal2 -> setTime ( $cal1 -> getTime ()); var_dump ( $cal1 -> equals ( $cal2 )); //TRUE //And se ... ell $cal2 -> clear ( IntlCalendar :: FIELD_YEAR ); var_dump ( $cal1 -> isSet ( IntlCalendar :: FIELD_YEAR ... -> isSet ( IntlCalendar :: FIELD_YEAR )); //FALSE var_dump ( $cal1 -> equals ( $cal2 )); //TRUE //Neithe ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]