検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 339 for Index (0.046 sec.)
SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する 4174
« SQLite3::querySingle SQLite3::version » PHP Manual SQLite3 SQL文が出来ることを限定するため、au ... 数の一覧 アクション 第2引数 第3引数 sqlite3::create_index インデックス名 テーブル名 sqlite3::create_table テ ... ーブル名 null sqlite3::create_temp_index インデックス名 テーブル名 sqlite3::create_temp_tab ... null sqlite3::delete テーブル名 null sqlite3::drop_index インデックス名 テーブル名 sqlite3::drop_table テー ... ブル名 null sqlite3::drop_temp_index インデックス名 テーブル名 sqlite3::drop_temp_table ...
https://man.plustar.jp/php/sqlite3.setauthorizer.html - [similar]
アクションのエントリポイント 4174
« Yaf_Action_Abstract Yaf_Action_Abstract::getController » PHP Manual Yaf_Action_Abstract アクシ ... Controller_Abstract { protected $actions = array( "index" => "actions/Index.php" , ); } ?> 例2 Yaf_Action_A ...
https://man.plustar.jp/php/yaf-action-abstract.execute.html - [similar]
インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 4174
« ZipArchive::getStream ZipArchive::getStreamName » PHP Manual ZipArchive インデックスで指定され ... ンドラを取得する(読み取り専用) ZipArchive::getStreamIndex (PHP 8 >= 8.2.0, PECL zip >= 1.20.0) ZipArchive::g ... etStreamIndex — インデックスで指定されたエントリへの、ファイルハ ... する(読み取り専用) 説明 public ZipArchive::getStreamIndex ( int $index , int $flags = 0 ): resource | false ... では、読み取りのみをサポートしています。 パラメータ index エントリのインデックス。 flags ZipArchive::FL_UNCH ...
https://man.plustar.jp/php/ziparchive.getstreamindex.html - [similar]
インデックスを使用してエントリの変更時間を設定する 4174
« ZipArchive::setExternalAttributesName ZipArchive::setMtimeName » PHP Manual ZipArchive インデッ ... してエントリの変更時間を設定する ZipArchive::setMtimeIndex (PHP >= 8.0.0, PECL zip >= 1.16.0) ZipArchive::set ... MtimeIndex — インデックスを使用してエントリの変更時間を設定す ... る 説明 public ZipArchive::setMtimeIndex ( int $index , int $timestamp , int $flags = 0 ): ... 使用してエントリの変更時間を設定します。 パラメータ index エントリのインデックス timestamp ファイルの変更時間 ...
https://man.plustar.jp/php/ziparchive.setmtimeindex.html - [similar]
The SolrQuery class 4147
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... ; const int ORDER_DESC = 1 ; const int FACET_SORT_INDEX = 0 ; const int FACET_SORT_COUNT = 1 ; const int T ... ERMS_SORT_INDEX = 0 ; const int TERMS_SORT_COUNT = 1 ; /* プロパテ ... hould be in descending order SolrQuery::FACET_SORT_INDEX Used to specify that the facet should sort by inde ... e facet should sort by count SolrQuery::TERMS_SORT_INDEX Used in the TermsComponent SolrQuery::TERMS_SORT_C ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
Bind a lob object or a string as a lob object to a prepared statement as paramet... 4147
« cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a ... d_lob2_bind ( resource $req_identifier , int $bind_index , mixed $bind_value , string $bind_value_type = ? ... identifier as a result of cubrid_prepare() . bind_index Location of binding parameters. It starts with 1. ...
https://man.plustar.jp/php/function.cubrid-lob2-bind.html - [similar]
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 4147
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... サーバーがサポートする SQL 識別子の最大文字数。 MAX_INDEX_SIZE int データベースサーバーがサポートするインデッ ... _dump ( $server -> MAX_IDENTIFIER_LEN ); echo "MAX_INDEX_SIZE: " ; var_dump ( $server -> MAX_INDEX_SIZE ); ... W_SIZE: int(32677) MAX_IDENTIFIER_LEN: int(18) MAX_INDEX_SIZE: int(1024) MAX_PROC_NAME_LEN: int(128) MAX_SC ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
Phar アーカイブの使用法: 導入 4147
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... data (array( 'mime-type' => 'image/jpeg' )); $p [ 'index.php' ] = file_get_contents ( 'index.php' ); $p -> ... setMetadata (array( 'bootstrap' => 'index.php' )); // phar アーカイブをディスクに保存します ... Phar("phpMyAdmin.phar", "phpMyAdmin-2.11.3-english/index.php"); echo "phpMyAdmin is intended to be executed ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]
定義済み定数 4147
« リソース型 ODBC 関数 » PHP Manual ODBC 定義済み定数 定義済み定数 以下の定数が定義されています。 ... nt ) SQL_NO_NULLS ( int ) SQL_NULLABLE ( int ) SQL_INDEX_UNIQUE ( int ) SQL_INDEX_ALL ( int ) SQL_ENSURE ( ...
https://man.plustar.jp/php/uodbc.constants.html - [similar]
別のアクションに転送する 4147
« Yaf_Controller_Abstract::display Yaf_Controller_Abstract::getInvokeArg » PHP Manual Yaf_Contro ... af_Controller_Abstract::forward() の例 <?php class IndexController extends Yaf_Controller_Abstract { public ... function indexAction (){ $logined = $_SESSION [ "login" ]; if (! ... ) { $this -> forward ( "login" , array( "from" => "Index" )); // login アクションに転送します return FALSE ... とえば以下のようになります。 login, redirected from Index action 参考 Yaf_Request_Abstrace::getParam() 関連キ ...
https://man.plustar.jp/php/yaf-controller-abstract.forward.html - [similar]