検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 191 for export (0.014 sec.)
ReflectionMethod オブジェクトの文字列表現を返す 5307
« ReflectionMethod::setAccessible ReflectionNamedType » PHP Manual ReflectionMethod ReflectionMe ... #0 [ <required> $name ] } } 参考 ReflectionMethod::export() - メソッドをエクスポートする __toString() 関連キ ... ブジェクト , toString , public , パラメータ , var , export , 参考 , Parameter ...
https://man.plustar.jp/php/reflectionmethod.tostring.html - [similar]
OCILob クラス 5264
« OCICollection::trim OCILob::append » PHP Manual OCI8 OCILob クラス OCILob クラス (PHP 5, PHP 7 ... null , ? int $length = null ): int | false public export ( string $filename , ? int $offset = null , ? int ... se — 内部 LOB データの特定の位置を消去する OCILob::export — LOB の内容をファイルに出力する OCILob::flush — L ... 書き込む OCILob::writeToFile — のエイリアス OCILob::export 関連キーワード: OCILob , public , int , ラージオブ ...
https://man.plustar.jp/php/class.ocilob.html - [similar]
署名された公開鍵とチャレンジを新規に作成する 5264
« openssl_spki_export openssl_spki_verify » PHP Manual OpenSSL 関数 署名された公開鍵とチャレンジ ... 署名済みの公開鍵とチャレンジを検証する openssl_spki_export_challenge() - 署名済みの公開鍵とチャレンジに関連す ... るチャレンジをエクスポートする openssl_spki_export() - 署名済みの公開鍵とチャレンジから、有効なPEMフォ ...
https://man.plustar.jp/php/function.openssl-spki-new.html - [similar]
アロー関数 5264
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名 ... nction ( $x ) use ( $y ) { return $x + $y ; }; var_export ( $fn1 ( 3 )); ?> 上の例の出力は以下となります。 4 ... ) => fn ( $y ) => $x * $y + $z ; // 51 を出力 var_export ( $fn ( 5 )( 10 )); ?> 無名関数と同じように、 アロ ... ; $fn = fn () => $x ++; // 意味がない $fn (); var_export ( $x ); // 1 を出力 ?> 変更履歴 バージョン 説明 7. ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
Read BLOB/CLOB data and send straight to browser 5220
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... id_lob_size() - Get BLOB/CLOB data size cubrid_lob_export() - Export BLOB/CLOB data to file 関連キーワード: ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
ReflectionExtension クラス 5122
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... ing $name ) private __clone (): void public static export ( string $name , string $return = false ): string ... eflectionExtension を作成する ReflectionExtension::export — エクスポートする ReflectionExtension::getClasses ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
入力ロケールの変化系を取得する 5122
« Locale::filterMatches Locale::getDefault » PHP Manual Locale 入力ロケールの変化系を取得する Lo ... get_all_variants ( 'sl_IT_NEDIS_ROJAZ_1901' ); var_export ( $arr ); ?> 例2 オブジェクト指向の例 <?php $arr = ... : getAllVariants ( 'sl_IT_NEDIS_ROJAZ_1901' ); var_export ( $arr ); ?> 上の例の出力は以下となります。 array ...
https://man.plustar.jp/php/locale.getallvariants.html - [similar]
ReflectionFunction クラス 5078
« ReflectionExtension::__toString ReflectionFunction::__construct » PHP Manual リフレクション Re ... truct ( Closure | string $function ) public static export ( string $name , string $return = ? ): string publ ... unction オブジェクトを作成する ReflectionFunction::export — 関数をエクスポートする ReflectionFunction::getCl ...
https://man.plustar.jp/php/class.reflectionfunction.html - [similar]
指定した collator で配列を並べ替える 5078
« Collator::sortWithSortKeys NumberFormatter » PHP Manual Collator 指定した collator で配列を並べ ... 'en_US' ); $arr = array( 'at' , 'às' , 'as' ); var_export ( $arr ); collator_sort ( $coll , $arr ); var_expo ...
https://man.plustar.jp/php/collator.sort.html - [similar]
ReflectionClass を作成する 5078
« ReflectionClass ReflectionClass::export » PHP Manual ReflectionClass ReflectionClass を作成する ... flectionClass の基本的な使用例 <?php Reflection :: export (new ReflectionClass ( 'Exception' )); ?> 上の例の ...
https://man.plustar.jp/php/reflectionclass.construct.html - [similar]