検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 710 for user (0.006 sec.)
どこで設定を行うのか 4459
« .user.ini ファイル 設定を変更するには » PHP Manual 実行時設定 どこで設定を行うのか どこで設定を ... きます。 PHP_INI_* モードの定義 モード 意味 PHP_INI_USER ユーザースクリプト ( ini_set() などで) または Wind ... ows レジストリ で設定可能なエントリ。 .user.ini でも設定可能です。 PHP_INI_PERDIR php.ini 、 . ... htaccess 、 httpd.conf あるいは .user.ini で設定可能なエントリ PHP_INI_SYSTEM php.ini ま ... 関連キーワード: 設定 , エントリ , モード , conf , user , ALL , スクリプト , PERDIR , ユーザー , 意味 ...
https://man.plustar.jp/php/configuration.changes.modes.html - [similar]
FTP 接続にログインする 4459
« ftp_get ftp_mdtm » PHP Manual FTP 関数 FTP 接続にログインする ftp_login (PHP 4, PHP 5, PHP 7, ... する 説明 ftp_login ( FTP\Connection $ftp , string $username , string $password ): bool 指定した FTP 接続を ... パラメータ ftp FTP\Connection クラスのインスタンス username ユーザー名( USER )。 password パスワード( P ... の例 <?php $ftp_server = "ftp.example.com" ; $ftp_user = "foo" ; $ftp_pass = "bar" ; // 接続を確立する。接 ... // ログインを試みる if (@ ftp_login ( $ftp , $ftp_user , $ftp_pass )) { echo "Connected as $ftp_user @ $f ...
https://man.plustar.jp/php/function.ftp-login.html - [similar]
mysqlndプラグインの開発をはじめよう 4459
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... h) ユーザースペースのオブジェクトメソッドは、 call_user_function() を使うか、 zend_call_method() を使って ... ct)( MYSQLND *conn, const char *host, const char * user, const char * passwd, unsigned int passwd_len, con ... S_DC) { enum_func_status ret = FAIL; zval * global_user_conn_proxy = fetch_userspace_proxy(); if (global_u ... ser_conn_proxy) { /* call userspace proxy */ ret = MY_ZEND_CALL_METHOD_WRAPPER(gl ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
はじめに 4424
« runkit7 インストール/設定 » PHP Manual runkit7 はじめに はじめに The runkit7 extension provide ... s means to modify constants, user-defined functions, and user-defined classes. It al ... ort. 関連キーワード: runkit , package , provides , user , defined , also , providing , This , variables , ...
https://man.plustar.jp/php/intro.runkit7.html - [similar]
Specifies the amount of slop permitted on phrase queries explicitly included in ... 4424
« SolrDisMaxQuery::setQueryAlt SolrDisMaxQuery::setTieBreaker » PHP Manual SolrDisMaxQuery Speci ... itted on phrase queries explicitly included in the user's query string (qf parameter) SolrDisMaxQuery::set ... itted on phrase queries explicitly included in the user's query string (qf parameter) 説明 public SolrDisM ... itted on phrase queries explicitly included in the user's query string with the qf parameter. slop refers ...
https://man.plustar.jp/php/solrdismaxquery.setqueryphraseslop.html - [similar]
データベースへの接続を返す 4396
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... を返す 説明 db2_connect ( string $database , string $username , string $password , array $options = ? ): res ... OSTNAME= hostname ;PORT= port ;PROTOCOL=TCPIP;UID= username ;PWD= password ; それぞれのパラメータは以下の内 ... ort データベースが要求を待ち受ける TCP/IP ポート。 username データベースに接続するユーザー名。 password デ ... ータベースに接続するパスワード。 username データベースに接続するユーザー名。 カタログでな ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
データベースサーバーについての情報を要求する 4396
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーに ... , IBASE_SVC_IMPLEMENTATION ) . "\n" ; echo "Server users: " . print_r ( ibase_server_info ( $service , IBA ... SE_SVC_GET_USERS ), true ) . "\n" ; echo "Server directory: " . ib ... e , IBASE_SVC_GET_ENV_MSG ) . "\n" ; echo "Path of user db: " . ibase_server_info ( $service , IBASE_SVC_U ... mplementation: Firebird/Linux/AMD/Intel/x64 Server users: Array ( [0] => Array ( [user_name] => SYSDBA [fi ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
Read-through キャッシュコールバック 4396
« Result コールバック セッションのサポート » PHP Manual コールバック Read-through キャッシュコー ... localhost' , 11211 ); $profile_info = $m -> get ( 'user:' . $user_id , 'user_info_cb' ); function user_inf ... o_cb ( $memc , $key , & $value ) { $user_id = substr ( $key , 5 ); /* プロファイル情報を DB ...
https://man.plustar.jp/php/memcached.callbacks.read-through.html - [similar]
trigger_error のエイリアス 4369
« trigger_error FFI » PHP Manual エラー処理関数 trigger_error のエイリアス user_error (PHP 4, PH ... P 5, PHP 7, PHP 8) user_error — trigger_error() のエイリアス 説明 この関数 ... アスです。 trigger_error() . 関連キーワード: 関数 , user , エラー , 処理 , ...
https://man.plustar.jp/php/function.user-error.html - [similar]
定義済み定数 4369
« 実行時設定 Threaded » PHP Manual pthreads 定義済み定数 定義済み定数 以下の定数が定義されていま ... started PTHREADS_INHERIT_CONSTANTS ( int ) Inherit user declared constants when new Threads are started PT ... HREADS_INHERIT_CLASSES ( int ) Inherit user declared classes when new Threads are started PTHR ... EADS_INHERIT_FUNCTIONS ( int ) Inherit user declared functions when new Threads are started PT ... reads , new , int , 定数 , 定義 , when , Inherit , user , declared , pthreads ...
https://man.plustar.jp/php/pthreads.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT