検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 1070 for Dump (0.257 sec.)
定数を未定義化 2694
« uopz_set_static uopz_unset_hook » PHP Manual Uopz 関数 定数を未定義化 uopz_undefine (PECL uopz ... efine ( "MY" , true ); uopz_undefine ( "MY" ); var_dump ( defined ( "MY" )); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.uopz-undefine.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 2694
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... , // スクリプトへのパスとパラメータ )); debug_zval_dump ( $x ); ?> 例2 依存性を用いた win32_create_service ... rray( "Netman" ), // 依存性のリスト )); debug_zval_dump ( $x ); ?> 例3 リカバリ設定を用いた win32_create_s ... ND の場合、このコマンドが実行される )); debug_zval_dump ( $x ); ?> 参考 win32_delete_service() - SCM データ ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
内部(ビルトイン)関数 2694
« 可変関数 無名関数 » PHP Manual 関数 内部(ビルトイン)関数 内部(ビルトイン)関数 PHPは標準で多 ... ードの場合は TypeError がスローされます。 <?php var_dump ( strlen ( null )); // "Deprecated: Passing null t ... tring is deprecated" as of PHP 8.1.0 // int(0) var_dump ( str_contains ( "foobar" , null )); // "Deprecate ...
https://man.plustar.jp/php/functions.internal.html - [similar]
複数のアイテムを取得する 2694
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... etMulti (array( 'key1' , 'key3' , 'badkey' )); var_dump ( $result ); ?> 上の例の出力は、 たとえば以下のよう ... (array( 'key1' , 'key3' , 'badkey' ), $cas ); var_dump ( $result , $cas ); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 2694
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... t_options ( $ctx )[ 'ssl' ][ 'session_meta' ]; var_dump ( $meta ); ?> 上の例の出力は以下となります。 array ... ドルを探す際のデフォルトの場所を返します。 <?php var_dump ( openssl_get_cert_locations ()); ?> 上の例の出力は ... enssl_spki_new ( $pkey , 'challenge string' ); var_dump ( openssl_spki_verify ( $spkac )); ?> openssl_spki ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
下位互換性のない変更点 2694
« 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x へ ... extends Test { } Test2 :: $x = & $x ; $x = 1 ; var_dump ( Test :: $x , Test2 :: $x ); // Previously: int(0 ... とです。 <?php $arr = [ 1 ]; $ref =& $arr [ 0 ]; var_dump ( $arr [ 0 ] + ( $arr [ 0 ] = 2 )); // Previously: ... いていました。 <?php function foo (... $args ) { var_dump ( $args ); } function gen () { yield 1.23 => 123 ; ...
https://man.plustar.jp/php/migration73.incompatible.html - [similar]
Returns the Binary's data 2694
« MongoDB\BSON\Binary::__construct MongoDB\BSON\Binary::getType » PHP Manual MongoDB\BSON\Binary ... ' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ); var_dump ( $binary -> getData ()); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/mongodb-bson-binary.getdata.html - [similar]
Returns the Binary's type 2694
« MongoDB\BSON\Binary::getData MongoDB\BSON\Binary::jsonSerialize » PHP Manual MongoDB\BSON\Bina ... ' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ); var_dump ( $binary -> getType ()); ?> 上の例の出力は以下とな ...
https://man.plustar.jp/php/mongodb-bson-binary.gettype.html - [similar]
Returns the string representation of this Int64 2694
« MongoDB\BSON\Int64::serialize MongoDB\BSON\Int64::unserialize » PHP Manual MongoDB\BSON\Int64 ... :7:"integer";s:19:"9223372036854775807";}}' ); var_dump ((string) $int64 ); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/mongodb-bson-int64.tostring.html - [similar]
Returns the Javascript's code 2694
« MongoDB\BSON\Javascript::__construct MongoDB\BSON\Javascript::getScope » PHP Manual MongoDB\BS ... cript ( 'function foo(bar) { return bar; }' ); var_dump ( $js -> getCode ()); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/mongodb-bson-javascript.getcode.html - [similar]