検索

phrase: max: clip:
target: order:
Results of 681 - 690 of about 1237 for Data (0.085 sec.)
PHP の振る舞いの変更 2538
« 関数リファレンス APCu » PHP Manual 関数リファレンス PHP の振る舞いの変更 PHP の振る舞いの変更 ... 定義済み定数 例 FFI — Main interface to C code and data FFI\CData — C Data Handles FFI\CType — C Type Hand ...
https://man.plustar.jp/php/refs.basic.php.html - [similar]
バンドルからデータを取得する 2538
« ResourceBundle::getErrorMessage ResourceBundle::getLocales » PHP Manual ResourceBundle バンドル ... hp $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourcebundle_get ( $r , 'somestri ... <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r -> get ( 'somestring' ); ?> 上の ...
https://man.plustar.jp/php/resourcebundle.get.html - [similar]
バンドルの直近のエラーメッセージを取得する 2538
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... hp $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_fa ... <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_fa ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]
CSV の区切り文字、囲み文字、エスケープ文字をセットする 2538
« SplFileObject::seek SplFileObject::setFlags » PHP Manual SplFileObject CSV の区切り文字、囲み文 ... vControl() の例 <?php $file = new SplFileObject ( "data.csv" ); $file -> setFlags ( SplFileObject :: READ_ ... antity ) = $row ; // Do something with values } ?> data.csv の内容 <?php apples|20 bananas|14 cherries|87 ...
https://man.plustar.jp/php/splfileobject.setcsvcontrol.html - [similar]
現在のストレージの要素を返す 2538
« SplObjectStorage::count SplObjectStorage::detach » PHP Manual SplObjectStorage 現在のストレージ ... $object = $s -> current (); // current($s) と同等 $data = $s -> getInfo (); var_dump ( $object ); var_dump ... ( $data ); $s -> next (); } ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/splobjectstorage.current.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 2538
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在 ... $object = $s -> current (); // current($s) と同等 $data = $s -> getInfo (); var_dump ( $object ); var_dump ... ( $data ); $s -> next (); } ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
Radius 2521
« 認証サービス はじめに » PHP Manual 認証サービス Radius Radius はじめに インストール/設定 要件 ... s_get_attr — 属性を取得する radius_get_tagged_attr_data — Extracts the data from a tagged attribute radius ...
https://man.plustar.jp/php/book.radius.html - [similar]
DOMDocument クラス 2521
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocume ... ng $qualifiedName ): DOMAttr | false public createCDATASection ( string $data ): DOMCdataSection | false p ... ublic createComment ( string $data ): DOMComment public createDocumentFragment (): DO ... teProcessingInstruction ( string $target , string $data = "" ): DOMProcessingInstruction | false public cr ... eateTextNode ( string $data ): DOMText public getElementById ( string $element ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
The MongoDB\Driver\Cursor class 2521
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... /* Query the "asteroids" collection of the "test" database */ $cursor = $manager -> executeQuery ( "test. ... ind the cursor. Similar to result objects in other database drivers, cursors in MongoDB only support forwa ... ailable cursor, indicated by the tailable and awaitData options to MongoDB\Driver\Query::__construct() . < ... \ Driver \ Query ([], [ 'tailable' => true , 'awaitData' => true , ]); $cursor = $manager -> executeQuery ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
イメージの型を定義する 2521
« Exif 関数 exif_read_data » PHP Manual Exif 関数 イメージの型を定義する exif_imagetype (PHP 4 > ... mage_type_to_mime_type() - getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形 ...
https://man.plustar.jp/php/function.exif-imagetype.html - [similar]