検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 661 for Open (0.020 sec.)
ラージオブジェクトを読み込む 3379
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read ... loread() と呼ばれていました。 パラメータ lob pg_lo_open() が返した PgSql\Lob クラスのインスタンス。 length ... pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "r" ); $data = pg_lo_read ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]
セッションのデータを読み込む 3379
« SessionHandler::open SessionHandler::write » PHP Manual SessionHandler セッションのデータを読み ... を実行したときにコールされ、内部的に SessionHandler::open() で処理されます。 このメソッドは、このハンドラが ...
https://man.plustar.jp/php/sessionhandler.read.html - [similar]
パーサトークンの一覧 3379
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... r' 文字列構文 T_CONTINUE continue continue T_CURLY_OPEN {$ 複雑な (波括弧) 構文 T_DEC -- 可算/減算演算子 T ... _DOC_COMMENT /** */ PHPDoc 形式のコメント T_DOLLAR_OPEN_CURLY_BRACES ${ 複雑な (波括弧) 構文 T_DOUBLE_ARRO ... ULLSAFE_OBJECT_OPERATOR ?-> クラスとオブジェクト T_OPEN_TAG <?php, <? or <% HTML からのエスケープ T_OPEN_T ...
https://man.plustar.jp/php/tokens.html - [similar]
名前空間つき属性全体を書き込む 3379
« XMLWriter::writeAttribute XMLWriter::writeCdata » PHP Manual XMLWriter 名前空間つき属性全体を書 ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ...
https://man.plustar.jp/php/xmlwriter.writeattributens.html - [similar]
CDATA タグ全体を書き込む 3379
« XMLWriter::writeAttributeNs XMLWriter::writeComment » PHP Manual XMLWriter CDATA タグ全体を書き ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ... t up the document $xml = new XmlWriter (); $xml -> openMemory (); $xml -> setIndent ( true ); $xml -> star ...
https://man.plustar.jp/php/xmlwriter.writecdata.html - [similar]
名前空間つき要素タグ全体を書き込む 3379
« XMLWriter::writeElement XMLWriter::writePi » PHP Manual XMLWriter 名前空間つき要素タグ全体を書 ... のインスタンスです。 このインスタンスは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すこ ...
https://man.plustar.jp/php/xmlwriter.writeelementns.html - [similar]
Radius 3343
« 認証サービス はじめに » PHP Manual 認証サービス Radius Radius はじめに インストール/設定 要件 ... pecific Attribute Types 例 Radius 関数 radius_acct_open — 課金用の Radius ハンドルを作成する radius_add_se ... rver — サーバーを追加する radius_auth_open — 認証用の Radius ハンドルを作成する radius_close ...
https://man.plustar.jp/php/book.radius.html - [similar]
Sodium 3343
« password_verify はじめに » PHP Manual 暗号 Sodium Sodium はじめに インストール/設定 要件 インス ... 対応する公開鍵をランダムに生成する 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/book.sodium.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 3343
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... ?php $date = date_create ( '2000-01-01' , timezone_open ( 'Pacific/Nauru' )); echo date_format ( $date , ' ... P' ) . "\n" ; date_timezone_set ( $date , timezone_open ( 'Pacific/Chatham' )); echo date_format ( $date , ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
fd 上で whence から pos に移動する 3343
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek ... の位置を変更する際に使用されます。 パラメータ fd dio_open() が返すファイル記述子。 pos 新しい位置。 whence 位 ... 戻り値 例 例1 ファイル内の位置の指定 <?php $fd = dio_open ( '/dev/ttyS0' , O_RDWR ); dio_seek ( $fd , 10 , S ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]