検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1032 for example (0.027 sec.)
バージョン管理されていないパスをリポジトリにインポートする 3144
« svn_fs_youngest_rev svn_log » PHP Manual SVN 関数 バージョン管理されていないパスをリポジトリに ... ものです。 new-files というディレクトリを http://www.example.com/svnroot/incoming/abc にインポートするには、次の ... svn_import ( realpath ( 'new-files' ), 'http://www.example.com/svnroot/incoming/abc' , false ); ?> 注意 警告 ...
https://man.plustar.jp/php/function.svn-import.html - [similar]
エントリのホスト OS を取得する 3144
« RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する ... (バージョン >= 2.0.0) <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープンに失敗しま ... (バージョン <= 1.0.0) <?php $rar_file = rar_open ( 'example.rar' ) or die( "Rar アーカイブのオープンに失敗しま ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
3144
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... or a stream, it must contain one line per training example, which must be formatted as an integer class (usua ... tegers, the values floats, usually scaled 0-1. For example: -1 1:0.43 3:0.12 9284:0.2 In a document classific ...
https://man.plustar.jp/php/svm.examples.html - [similar]
Adds values to the set 3102
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... set. 戻り値 値を返しません。 例 例1 Ds\Set::add() example using integers <?php $set = new \ Ds \ Set (); $se ... string(1) "1" [4]=> bool(true) } 例2 Ds\Set::add() example using objects <?php class HashableObject implement ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
Set callback for connection close 3102
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... ん。 例 例1 EventHttpConnection::setCloseCallback() example <?php /* * Setting up close-connection callback * ... TP API. * * Usage: * 1) Launch the server: * $ php examples/http_closecb.php 4242 * * 2) Launch a client in a ... et , setCloseCallback , which , EventHttpRequest , example , conn , Should ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
Fetch the next row from a result set 3102
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... obey the naming rules for identifiers in PHP. For example, column name such as "count(*)" cannot be received ... in object type. 例 例1 cubrid_fetch() example <?php $conn = cubrid_connect ( "localhost" , 33000 ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]
Read from BLOB/CLOB data 3102
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... ata, or null on failure. 例 例1 cubrid_lob2_read() example 1 <?php // test_lob (id INT, contents CLOB) $conn ... id_disconnect ( $conn ); ?> 例2 cubrid_lob2_read() example 2 <?php // test_lob (id INT, contents CLOB) $conn ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Write to a lob object 3102
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... 場合に false を返します。 例 例1 cubrid_lob2_write() example 1 <?php // test_lob (id INT, contents CLOB) $conn ... d_disconnect ( $conn ); ?> 例2 cubrid_lob2_write() example 2 <?php // test_lob (id INT, contents CLOB) $conn ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
ファイルの内容から、ハッシュ値を生成する 3102
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... 計算するファイルを作成します */ file_put_contents ( 'example.txt' , 'The quick brown fox jumped over the lazy d ... og.' ); echo hash_file ( 'md5' , 'example.txt' ); ?> 上の例の出力は以下となります。 5c6ffbdd ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
Initiates a backup task in the service manager and returns immediately 3102
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... legal, you won't get false . 例 例1 ibase_backup() example <?php // Attach to database server by ip address a ... service_detach ( $service ); ?> 例2 ibase_backup() example with arguments <?php // Attach to database server ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]