検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 661 for Open (0.027 sec.)
FDF データを表示する PDF ドキュメントを設定する 3343
« fdf_set_encoding fdf_set_flags » PHP Manual FDF 関数 FDF データを表示する PDF ドキュメントを設 ... します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメン ...
https://man.plustar.jp/php/function.fdf-set-file.html - [similar]
指定したメールボックスにクォータを設定する 3343
« imap_search imap_setacl » PHP Manual IMAP 関数 指定したメールボックスにクォータを設定する imap ... た。 例 例1 imap_set_quota() の例 <?php $mbox = imap_open ( "{imap.example.org:143}" , "mailadmin" , "passwo ... されている場合は、この関数は動作しません。 参考 imap_open() - メールボックスへの IMAP ストリームをオープンす ...
https://man.plustar.jp/php/function.imap-set-quota.html - [similar]
ラージオブジェクトの位置をシークする 3343
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... の中で 使用する必要があります。 パラメータ lob pg_lo_open() が返した PgSql\Lob クラスのインスタンス。 offset ... pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最初の 50000 バ ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
ラージオブジェクトのカレントのシーク位置を返す 3343
« pg_lo_seek pg_lo_truncate » PHP Manual PostgreSQL 関数 ラージオブジェクトのカレントのシーク位置 ... の中で 使用する必要があります。 パラメータ lob pg_lo_open() が返した PgSql\Lob クラスのインスタンス。 戻り値 ... pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); // 最初の 50000 バ ...
https://man.plustar.jp/php/function.pg-lo-tell.html - [similar]
CTRLイベント を別プロセスに送信する 3343
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プ ... = [ 'create_process_group' => true ]; $proc = proc_open ( $cmd , $descspec , $pipes , null , null , $optio ... rue ) { echo fgets ( $pipes [ 1 ]); } ?> 参考 proc_open() - コマンドを実行し、入出力用にファイルポインタを ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
匿名の公開鍵暗号による暗号化 3343
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... lic_key ); var_dump ( base64_encode ( $sealed )); $opened = sodium_crypto_box_seal_open ( $sealed , $keypa ... ir ); var_dump ( $opened ); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
オブジェクト内部で XML パーサを使用する 3343
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... ; xml_set_element_handler ( $this -> parser , "tag_open" , "tag_close" ); xml_set_character_data_handler ( ... _parse ( $this -> parser , $data ); } function tag_open ( $parser , $tag , $attributes ) { var_dump ( $tag ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
関数・メソッド 3343
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... - bzip2 エラー文字列を返す bzflush - 何もしない bzopen - bzip2 圧縮されたファイルをオープンする bzread - ... rid_commit - Commit a transaction cubrid_connect - Open a connection to a CUBRID Server cubrid_connect_wit ... number of rows in the result set cubrid_pconnect - Open a persistent connection to a CUBRID server cubrid_ ... pconnect_with_url - Open a persistent connection to CUBRID server cubrid_pi ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
エントリのホスト OS を取得する 3343
« 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]
Sodium 関数 3343
« 定義済み定数 sodium_add » PHP Manual Sodium Sodium 関数 Sodium 関数 目次 sodium_add — 巨大な数 ... 対応する公開鍵をランダムに生成する sodium_crypto_box_open — 認証付きの公開鍵による復号 sodium_crypto_box_pub ... 鍵ペアから、公開鍵を取り出す sodium_crypto_box_seal_open — 匿名の公開鍵暗号による復号 sodium_crypto_box_sea ... で使うランダムな鍵を生成する sodium_crypto_secretbox_open — 認証付きの共有鍵による復号 sodium_crypto_secretb ... 応する公開鍵をランダムに生成する sodium_crypto_sign_open — 署名済みのメッセージが、有効な署名を持っているか ...
https://man.plustar.jp/php/ref.sodium.html - [similar]