検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 1237 for Data (0.284 sec.)
画像に埋め込まれたサムネイルを取得する 2623
« exif_tagname read_exif_data » PHP Manual Exif 関数 画像に埋め込まれたサムネイルを取得する exif ... も変化しないことに注意してください。 参考 exif_read_data() - 画像ファイルから EXIF ヘッダを読み込む image_t ... ype_to_mime_type() - getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形 ...
https://man.plustar.jp/php/function.exif-thumbnail.html - [similar]
Saves the entire network to a configuration file 2623
« fann_save_train fann_scale_input_train_data » PHP Manual Fann 関数 Saves the entire network to ... _callback() , fann_set_error_log() , fann_set_user_data() ) are NOT saved to the file because they cannot ...
https://man.plustar.jp/php/function.fann-save.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 2623
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... れ以外の場合に false を返します。 参考 fann_train_on_data() - Trains on an entire dataset for a period of ti ... n_epoch() - Train one epoch with a set of training data fann_get_num_input() - Get the number of input neu ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
プリペアドステートメントの変数をパラメータとしてバインドする 2623
« Mysql_xdevapi 関数 getSession » PHP Manual Mysql_xdevapi 関数 プリペアドステートメントの変数を ... ields ( $expression )-> limit ( 3 )-> execute (); $data = $res -> fetchAll (); print_r ( $data ); ?> 上の例 ...
https://man.plustar.jp/php/function.mysql-xdevapi-expression.html - [similar]
xhprof プロファイラを終了する 2623
« Xhprof 関数 xhprof_enable » PHP Manual Xhprof 関数 xhprof プロファイラを終了する xhprof_disabl ... of_enable (); $foo = strlen ( "foo bar" ); $xhprof_data = xhprof_disable (); print_r ( $xhprof_data ); ?> ...
https://man.plustar.jp/php/function.xhprof-disable.html - [similar]
xhprof サンプルプロファイラを終了する 2623
« xhprof_enable xhprof_sample_enable » PHP Manual Xhprof 関数 xhprof サンプルプロファイラを終了す ... len ( $i ); $b = $i * $a ; $c = rand (); } $xhprof_data = xhprof_sample_disable (); print_r ( $xhprof_data ...
https://man.plustar.jp/php/function.xhprof-sample-disable.html - [similar]
配列構造体に XML データを処理する 2623
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... ml_parse_into_struct ( XMLParser $parser , string $data , array &$values , array &$index = null ): int この ... があります。 パラメータ parser XML パーサへの参照。 data XML データを含む文字列。 values XML データの値を含 ... => $v ) $this -> $k = $aa [ $k ]; } } function readDatabase ( $filename ) { // read the XML database of am ... inoacids $data = file_get_contents ( $filename ); $parser = xml_p ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
コンストラクタとデストラクタ 2623
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデスト ... > name = $name ; } public static function fromBasicData ( int $id , string $name ): static { $new = new st ... atic function fromJson ( string $json ): static { $data = json_decode ( $json ); return new static( $data ... [ 'id' ], $data [ 'name' ]); } public static function fromXml ( st ... ring $xml ): static { // Custom logic here. $data = convert_xml_to_array ( $xml ); $new = new static ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
バンドル内の要素数を取得する 2623
« ResourceBundle ResourceBundle::create » PHP Manual ResourceBundle バンドル内の要素数を取得する ... hp $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourcebundle_count ( $r ); ?> 例2 ... <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r -> count (); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/resourcebundle.count.html - [similar]
ストレージをシリアライズする 2623
« SplObjectStorage::rewind SplObjectStorage::setInfo » PHP Manual SplObjectStorage ストレージをシ ... plObjectStorage ; $o = new StdClass ; $s [ $o ] = "data" ; echo $s -> serialize (). "\n" ; ?> 上の例の出力 ... 下のようになります。 x:i:1;O:8:"stdClass":0:{},s:4:"data";;m:a:0:{} 参考 SplObjectStorage::unserialize() - ...
https://man.plustar.jp/php/splobjectstorage.serialize.html - [similar]