検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 374 for Test (0.011 sec.)
テーブルの主キーを取得する 4643
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... odbc_primarykeys ( $conn , 'TutorialDB' , 'dbo' , 'TEST' ); while (( $row = odbc_fetch_array ( $primarykey ... => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [KEY_SEQ] => 1 [PK_NAME] => PK ... __TEST__3213E83FE141F843 ) 参考 odbc_tables() - 指定したデ ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
ファイルパスに関する情報を返す 4643
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す path ... string(0) "" Notice: Undefined index: extension in test.php on line 6 NULL 例3 pathinfo() での、ドットファ ... イルの例 <?php print_r ( pathinfo ( '/some/path/.test' )); ?> 上の例の出力は、 たとえば以下のようになりま ... す。 Array ( [dirname] => /some/path [basename] => .test [extension] => test [filename] => ) 参考 dirname() ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
Yaf_Loader クラス 4599
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... トロードの例です。 例3 クラスのロード class Foo_Bar_Test => // APPLICATION_PATH/library/Foo/Bar/Test.php cl ... O_Name => // /global_dir/Glo/Name.php class BarNon_Test // /global_dir/Barnon/Test.php 例4 名前空間つきのク ... => // APPLICATION_PATH/plugins/Dummy.php class A_B_TestModel => // APPLICATION_PATH/models/A/B/Test.php 注 ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 4599
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... this is some text hello. blah blah blah. begin 644 test.txt /=&AI<R!I<R!A('1E<W0* ` end EOD; $fp = tmpfile ... llo, this is some text hello. blah blah blah. UUE (test.txt) this is a test 関連キーワード: ポインタ , デー ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 4599
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... 例1 RecursiveFilterIterator() の基本例 <?php class TestsOnlyFilter extends RecursiveFilterIterator { publi ... () { // 現在のアイテムが再帰可能であるか、値が // "test" で始まる場合にのみ許可します return $this -> hasC ... hildren () || ( strpos ( $this -> current (), "test" ) !== FALSE ); } } $array = array( "test1" , arra ... y( "taste2" , "test3" , "test4" ), "test5" ); $iterator = new Recursiv ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
パラメータのデフォルト値を取得する 4599
« ReflectionParameter::getDeclaringFunction ReflectionParameter::getDefaultValueConstantName » P ... メータのデフォルト値を取得する <?php function foo ( $test , $bar = 'baz' ) { echo $test . $bar ; } $function ... HP_EOL ; } ?> 上の例の出力は以下となります。 Name: test Name: bar Default value: baz 参考 ReflectionParame ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalue.html - [similar]
デフォルト値が定数あるいは null の場合に、その定数名を返す 4599
« ReflectionParameter::getDefaultValue ReflectionParameter::getName » PHP Manual ReflectionParam ... のデフォルト値の定数を取得する <?php function foo ( $test , $bar = PHP_INT_MIN ) { echo $test . $bar ; } $fu ... HP_EOL ; } ?> 上の例の出力は以下となります。 Name: test Name: bar Default value: PHP_INT_MIN 参考 Reflecti ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalueconstantname.html - [similar]
名前で定義されたエントリの暗号化方式を設定する 4599
« ZipArchive::setEncryptionIndex ZipArchive::setExternalAttributesIndex » PHP Manual ZipArchive ... になりました。 例 この例は、ZIP ファイルアーカイブ test.zip を作成し、 AES 256ビット で暗号化した test.txt ... php $zip = new ZipArchive (); if ( $zip -> open ( 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { $zip -> ...
https://man.plustar.jp/php/ziparchive.setencryptionname.html - [similar]
Creates a copy of a fann structure 4555
« fann_clear_scaling_params fann_create_from_file » PHP Manual Fann 関数 Creates a copy of a fan ... でビルドされている場合にだけ利用可能です。 参考 fann_test() - Test with a set of inputs, and a set of desire ...
https://man.plustar.jp/php/function.fann-copy.html - [similar]
コンパクト、かつ保存可能な値のバイナリ表現を生成する 4555
« Igbinary 関数 igbinary_unserialize » PHP Manual Igbinary 関数 コンパクト、かつ保存可能な値のバ ... rialize() の例 <?php $ser = igbinary_serialize ([ 'test' , 'test' ]); echo urlencode ( $ser ), "\n" ; var_ ... 出力は以下となります。 %00%00%00%02%14%02%06%00%11%04test%06%01%0E%00 array ( 0 => 'test', 1 => 'test', ) 注 ...
https://man.plustar.jp/php/function.igbinary-serialize.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT