検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 1237 for Data (0.064 sec.)
The Parle\RLexer class 2538
« Parle\Lexer::reset Parle\RLexer::advance » PHP Manual Parle The Parle\RLexer class The Parle\R ... allable $callback ): void public consume ( string $data ): void public dump (): void public getToken (): P ... ne token callback Parle\RLexer::consume — Pass the data for processing Parle\RLexer::dump — Dump the state ...
https://man.plustar.jp/php/class.parle-rlexer.html - [similar]
POST メソッドによるアップロード 2538
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... なければなりません --> <form enctype="multipart/form-data" action="__URL__" method="POST"> <!-- MAX_FILE_SIZ ... アップロード用のフォームが enctype="multipart/form-data" 属性を有しているかを 確認してください。さもないと ... rm action="" method="post" enctype="multipart/form-data"> <p>Pictures: <input type="file" name="pictures[] ... ame" ][ $key ]); move_uploaded_file ( $tmp_name , "data/ $name " ); } } ?> ファイルアップロードのプログレス ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 2538
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... open ( "test.csv" , "r" )) !== FALSE ) { while (( $data = fgetcsv ( $handle , 1000 , "," )) !== FALSE ) { ... $num = count ( $data ); echo "<p> $num fields in line $row : <br /></p> ... $row ++; for ( $c = 0 ; $c < $num ; $c ++) { echo $data [ $c ] . "<br />\n" ; } } fclose ( $handle ); } ?> ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]
ラージオブジェクトを読み込む 2538
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read ... 例1 pg_lo_read() の例 <?php $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( ... $database , "begin" ); $handle = pg_lo_open ( $database ... , $doc_oid , "r" ); $data = pg_lo_read ( $handle , 50000 ); pg_query ( $data ... base , "commit" ); echo $data ; ?> 参考 pg_lo_read_all() - ラージオブジェクト全体 ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]
後で配置するために画像を読み込む 2538
« ps_open_image_file ps_open_memory_image » PHP Manual PS 関数 後で配置するために画像を読み込む ... e $psdoc , string $type , string $source , string $data , int $lenght , int $width , int $height , int $co ... ng 、 jpeg あるいは eps 。 source 使用されません。 data 画像データ。 length 画像データの長さ。 width 画像の ...
https://man.plustar.jp/php/function.ps-open-image.html - [similar]
暗号化されたテキストが、有効なタグを持っているかを調べる 2538
« sodium_crypto_aead_chacha20poly1305_encrypt sodium_crypto_aead_chacha20poly1305_ietf_encrypt » ... _decrypt ( string $ciphertext , string $additional_data , string $nonce , string $key ): string | false Ch ... グを連結したもの) でなければなりません。 additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-dec... - [similar]
XChaCha20-Poly1305 を用いてメッセージを検証し、復号する(AEADモードのうちもっとも... 2538
« sodium_crypto_aead_chacha20poly1305_keygen sodium_crypto_aead_xchacha20poly1305_ietf_encrypt » ... _decrypt ( string $ciphertext , string $additional_data , string $nonce , string $key ): string | false Ch ... グを連結したもの) でなければなりません。 additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-de... - [similar]
XChaCha20-Poly1305 を使って暗号化し、認証を行う(AEADモードのうちもっとも好ましい... 2538
« sodium_crypto_aead_xchacha20poly1305_ietf_decrypt sodium_crypto_aead_xchacha20poly1305_ietf_ke ... etf_encrypt ( string $message , string $additional_data , string $nonce , string $key ): string XChaCha20- ... メータ message 暗号化するプレーンテキスト additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-en... - [similar]
結果セットから次の行を取得する 2538
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... ール可能なカーソルで行を取得する <?php function readDataForwards ( $dbh ) { $sql = 'SELECT hand, won, bet F ... h ( PDO :: FETCH_NUM , PDO :: FETCH_ORI_NEXT )) { $data = $row [ 0 ] . "\t" . $row [ 1 ] . "\t" . $row [ 2 ... ] . "\n" ; print $data ; } } function readDataBackwards ( $dbh ) { $sql = ... PDO :: FETCH_NUM , PDO :: FETCH_ORI_LAST ); do { $data = $row [ 0 ] . "\t" . $row [ 1 ] . "\t" . $row [ 2 ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
Radius 関数 2538
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ... s_get_attr — 属性を取得する radius_get_tagged_attr_data — Extracts the data from a tagged attribute radius ...
https://man.plustar.jp/php/ref.radius.html - [similar]