検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 927 for create (0.778 sec.)
Sets the acl associated with a node synchronously 3128
« Zookeeper::set Zookeeper::setDebugLevel » PHP Manual Zookeeper Sets the acl associated with a ... d" ["id"]=> string(6) "anyone" } } 参考 Zookeeper::create() - Create a node synchronously Zookeeper::getAcl( ...
https://man.plustar.jp/php/zookeeper.setacl.html - [similar]
国際化関数 3096
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 ... lator::__construct — collator を作成する Collator::create — collator を作成する Collator::getAttribute — 照合 ... ormatter — NumberFormatter クラス NumberFormatter::create — 数値フォーマッタを作成する NumberFormatter::form ... matter — MessageFormatter クラス MessageFormatter::create — 新しいメッセージフォーマッタを作成する MessageFo ... 止するための private なコンストラクタ IntlCalendar::createInstance — 新しい IntlCalendar を作成する IntlCalen ...
https://man.plustar.jp/php/book.intl.html - [similar]
XOR training 3096
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... 000 ; $epochs_between_reports = 1000 ; $ann = fann_create_standard ( $num_layers , $num_input , $num_neurons ... _file )) die( "The file xor_float.net has not been created! Please run simple_train.php to generate it" ); $ ... ann = fann_create_from_file ( $train_file ); if (! $ann ) die( "ANN ... could not be created" ); $input = array(- 1 , 1 ); $calc_out = fann_ru ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
暗号化フィルタ 3096
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... MCRYPT_BLOWFISH , MCRYPT_MODE_CBC ); $iv = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM ); $fp = fopen ... l go here later fwrite ( $fc , $hmac_salt = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM )); fwrite ( $f ... c , $esalt = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM )); fwrite ( $f ... c , $iv = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM )); $ekey = has ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Export the lob object to a file 3096
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... TABLE if exists doc" ); cubrid_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_ex ... _disconnect ( $conn ); ?> 参考 cubrid_lob2_new() - Create a lob object cubrid_lob2_close() - Close LOB objec ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
Import BLOB/CLOB data from a file 3096
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... E if exists test_lob" ); cubrid_execute ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ); $req = ... _disconnect ( $conn ); ?> 参考 cubrid_lob2_new() - Create a lob object cubrid_lob2_close() - Close LOB objec ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
FDF ドキュメントに javascript コードを追加する 3096
« FDF 関数 fdf_add_template » PHP Manual FDF 関数 FDF ドキュメントに javascript コードを追加する ... リプトとして追加します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_string() が返す ... avaScript コードを FDF に追加する <?php $fdf = fdf_create (); fdf_add_doc_javascript ( $fdf , "PlusOne" , "f ...
https://man.plustar.jp/php/function.fdf-add-doc-javascript.html - [similar]
メッセージセクションを展開/デコードする 3096
« mailparse_msg_create mailparse_msg_extract_part » PHP Manual Mailparse 関数 メッセージセクショ ... ポートしています。 パラメータ mimemail mailparse_msg_create() で作成した MIME リソース。 filename ファイル名あ ...
https://man.plustar.jp/php/function.mailparse-msg-extract-part-file.html - [similar]
円弧を描画する 3096
« ImagickDraw::annotation ImagickDraw::bezier » PHP Manual ImagickDraw 円弧を描画する ImagickDra ... tY , $endX , $endY , $startAngle , $endAngle ) { //Create a ImagickDraw object to draw into. $draw = new \ I ... rtY , $endX , $endY , $startAngle , $endAngle ); //Create an image object which the draw commands can be ren ...
https://man.plustar.jp/php/imagickdraw.arc.html - [similar]
IntlDateFormatter が使用するカレンダー型を取得する 3096
« IntlDateFormatter::formatObject IntlDateFormatter::getDateType » PHP Manual IntlDateFormatter ... 1 datefmt_get_calendar() の例 <?php $fmt = datefmt_create ( 'en_US' , IntlDateFormatter :: FULL , IntlDateFo ... ) - Formatter が使うカレンダー型を設定する datefmt_create() - Date Formatter を作成する 関連キーワード: Intl ...
https://man.plustar.jp/php/intldateformatter.getcalendar.html - [similar]