検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1568 for Name (0.026 sec.)
はじめに 2982
« Componere インストール/設定 » PHP Manual Componere はじめに はじめに Componere (latin, English ... public Componere\Definition::__construct ( string $name ) public Componere\Definition::__construct ( strin ... g $name , string $parent ) public Componere\Definition::__ ... construct ( string $name , array $interfaces ) public Componere\Definition: ... :__construct ( string $name , string $parent , array $interfaces ) Patching: C ...
https://man.plustar.jp/php/intro.componere.html - [similar]
TableDelete のコンストラクタ 2982
« TableDelete::bind TableDelete::execute » PHP Manual mysql_xdevapi\TableDelete TableDelete のコ ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> ... sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name = :name" ... ) -> bind ([ 'name' => 'John' ]) -> orderby ( "age DESC" ) -> limit ( ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.construct.html - [similar]
delete文を実行する 2982
« TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実 ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> ... sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name = :name" ... ) -> bind ([ 'name' => 'John' ]) -> orderby ( "age DESC" ) -> limit ( ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html - [similar]
Constructor for the SolrClient object 2982
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... ng whether or not to connect in secure mode) - hostname (The hostname for the Solr server) - port (The por ... t number) - path (The path to solr) - wt (The name of the response writer e.g. xml, json) - login (Th ... e username used for HTTP Authentication, if any) - password ( ... TTP Authentication password) - proxy_host (The hostname for the proxy server, if any) - proxy_port (The pr ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
Removes a boost query partial by field name (bq) 2982
« SolrDisMaxQuery::removeBigramPhraseField SolrDisMaxQuery::removePhraseField » PHP Manual SolrD ... isMaxQuery Removes a boost query partial by field name (bq) SolrDisMaxQuery::removeBoostQuery (No version ... oostQuery — Removes a boost query partial by field name (bq) 説明 public SolrDisMaxQuery::removeBoostQuery ... ::addBoostQuery() was used. パラメータ field Field Name 戻り値 SolrDisMaxQuery 例 例1 SolrDisMaxQuery::rem ...
https://man.plustar.jp/php/solrdismaxquery.removeboostquery.html - [similar]
SolrObject クラス 2961
« SolrDocumentField::__destruct SolrObject::__construct » PHP Manual Solr SolrObject クラス Solr ... メソッド */ public __construct () public getPropertyNames (): array public offsetExists ( string $property_ ... name ): bool public offsetGet ( string $property_name ): mixed public offsetSet ( string $property_name ... alue ): void public offsetUnset ( string $property_name ): void public __destruct () } 目次 SolrObject::__ ... ::__destruct — デストラクタ SolrObject::getPropertyNames — 全てのプロパティ名の配列を返す SolrObject::offs ...
https://man.plustar.jp/php/class.solrobject.html - [similar]
ファイルの所有者を変更する 2961
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP ... ファイルの所有者を変更する 説明 chown ( string $filename , string | int $user ): bool ファイル filename の所 ... みがファイルの所有者を変更できます。 パラメータ filename ファイルへのパス。 user ユーザー名あるいはユーザー ... の例 <?php // 使用するファイル名とユーザー名 $file_name = "foo.php" ; $path = "/home/sites/php.net/public_ ... html/sandbox/" . $file_name ; $user_name = "root" ; // ユーザーを設定します ch ...
https://man.plustar.jp/php/function.chown.html - [similar]
結果において指定したフィールドの型を取得する 2961
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... fset ): string mysql_field_type() は、 mysql_field_name() 関数に似ています。 引数は同じですが、この関数では ... の例 <?php mysql_connect ( "localhost" , "mysql_username" , "mysql_password" ); mysql_select_db ( "mysql" ) ... ++) { $type = mysql_field_type ( $result , $i ); $name = mysql_field_name ( $result , $i ); $len = mysql_ ... _field_flags ( $result , $i ); echo $type . " " . $name . " " . $len . " " . $flags . "\n" ; } mysql_free_ ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
DateTimeZone::getName のエイリアス 2961
« timezone_name_from_abbr timezone_offset_get » PHP Manual 日付・時刻 関数 DateTimeZone::getName ... のエイリアス timezone_name_get (PHP 5 >= 5.2.0, PHP 7, PHP 8) timezone_name_g ... et — DateTimeZone::getName() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 DateTimeZone::getName() 関連キーワード: DateTimeZone , getName , timezon ...
https://man.plustar.jp/php/function.timezone-name-get.html - [similar]
最後に挿入された行の ID あるいはシーケンスの値を返す 2961
« PDO::inTransaction PDO::prepare » PHP Manual PDO 最後に挿入された行の ID あるいはシーケンスの値 ... の値を返す 説明 public PDO::lastInsertId ( ? string $name = null ): string | false 最後に挿入された行の ID、 ... いるドライバに依存します。例えば PDO_PGSQL の場合、 name パラメータにシーケンスオブジェクト名を指定する必要 ... サポートしていないかも知れないためです。 パラメータ name ID が返されるべきシーケンスオブジェクト名を指定しま ... す。 戻り値 もし name パラメータにシーケンス名が指定されなかった場合、 P ...
https://man.plustar.jp/php/pdo.lastinsertid.html - [similar]