検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 563 for number (0.013 sec.)
JSON にシリアライズしたいデータを指定する 4000
« JsonSerializable JSON 関数 » PHP Manual JsonSerializable JSON にシリアライズしたいデータを指定 ... JsonSerializable { public function __construct ( $number ) { $this -> number = (integer) $number ; } public ... function jsonSerialize () { return $this -> number ; } } echo json_encode (new IntegerValue ( 1 ), JS ...
https://man.plustar.jp/php/jsonserializable.jsonserialize.html - [similar]
文からのフィールド名を返す 3969
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... p // Create the table with: // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col ... n" ; } echo "</table>\n" ; // 出力は // 名前 型 // NUMBER_COL NUMBER // VARCHAR2_COL VARCHAR2 // CLOB_COL CL ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 3939
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... のようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, text VARCHAR2(40)); $conn = oci_connect ( 'hr' , ... のようなテーブルを作ります // CREATE TABLE mytab (id NUMBER); $conn = oci_connect ( 'hr' , 'welcome' , 'localh ... のようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, salary NUMBER, name VARCHAR2(40)); // INSERT INTO ... のようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, salary NUMBER, name VARCHAR2(40)); // // Based on ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
3939
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... 実行前に表を作成します // CREATE TABLE MYTABLE (mid NUMBER, myd VARCHAR2(20)); $conn = oci_connect ( 'hr' , ' ... 行前に表を作成します // CREATE TABLE MYTABLE (mykey NUMBER, myclob CLOB); $conn = oci_connect ( 'hr' , 'welco ... で作成します CREATE OR REPLACE FUNCTION myfunc(p IN NUMBER) RETURN NUMBER AS BEGIN RETURN p * 3; END; */ $con ... 作成します CREATE OR REPLACE PROCEDURE myproc(p1 IN NUMBER, p2 OUT NUMBER) AS BEGIN p2 := p1 * 2; END; */ $co ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
Event 3908
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... atch pending events EventBase::priorityInit — Sets number of priorities per event base EventBase::reInit — R ... ffer EventBuffer::appendFrom — Moves the specified number of bytes from a source buffer to the end of the cu ... object EventBuffer::copyout — Copies out specified number of bytes from the front of the buffer EventBuffer: ... :drain — Removes specified number of bytes from the front of the buffer without copy ...
https://man.plustar.jp/php/book.event.html - [similar]
フィールドサイズを返す 3908
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... 以下のテーブルを用意します // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col ... ho "</table>\n" ; // 出力は // Name Type Length // NUMBER_COL NUMBER 22 // VARCHAR2_COL VARCHAR2 1 // CLOB_C ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
フィールドのデータ型の名前を返す 3908
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... 以下のテーブルを用意します // CREATE TABLE mytab (number_col NUMBER, varchar2_col varchar2(1), // clob_col ... } echo "</table>\n" ; // 出力は // 名前 型 長さ // NUMBER_COL NUMBER 22 // VARCHAR2_COL VARCHAR2 1 // CLOB_C ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
Enables caching for result grouping 3908
« SolrQuery::setGroup SolrQuery::setGroupFacet » PHP Manual SolrQuery Enables caching for result ... $percent ): SolrQuery Setting this parameter to a number greater than 0 enables caching for result grouping ... rameter SolrQuery::setGroupLimit() - Specifies the number of results to return for each group. The server de ... ry::setGroupNGroups() - If true, Solr includes the number of groups that have matched the query in the resul ...
https://man.plustar.jp/php/solrquery.setgroupcachepercent.html - [similar]
Copy data from named shared memory 3908
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... the starting position will begin at the specified number of bytes from the end of the shared memory segment ... . length The number of bytes to read. 注意 : If unspecified, reading w ... value is negative, reading will stop the specified number of bytes from the end of the shared memory segment ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
Copy data to named shared memory 3908
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named ... he data exceeds the size of the shared memory, the number of bytes written returned will be less than the le ... the starting position will begin at the specified number of bytes from the end of the shared memory segment ... . 戻り値 An integer containing the number of bytes written to shared memory. 例 例1 SyncShar ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]