Results of 1 - 10 of about 23 for admin (0.078 sec.)
- 設定を変更するには 13589
- « どこで設定を行うのか 言語リファレンス » PHP Manual 実行時設定 設定を変更するには 設定を変更する
...
NI_PERDIR である設定オプションで利用できます。 php_admin_value name value 指定した設定オプションに値を設定し ...
、 .htaccess ファイルでは利用できません。また、 php_admin_value で設定された設定オプションの値は、 .htaccess ...
したい場合は、 none を値として使用してください。 php_admin_flag name on|off 設定オプションに論理値を設定するた ...
ィブは、 .htaccess ファイルでは利用できません。 php_admin_value で設定された設定オプションの値は、 .htaccess ...
-
https://man.plustar.jp/php/configuration.changes.html
- [similar]
- SQLインジェクション 10355
- « ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション
...
管理者のパスワードを変更するために 値 ' or uid like'%admin% を $uid に代入するか、または、より多くの権限を得 ...
るために、単純に $pwd に hehehe', trusted=100, admin='yes と設定すると、 このクエリは以下のように改謬さ ...
れてしまいます。 <?php // $uid: ' or uid like '%admin% $query = "UPDATE usertable SET pwd='...' WHERE ui ...
d='' or uid like '%admin%';" ; // $pwd: hehehe', trusted=100, admin='yes $q ...
-
https://man.plustar.jp/php/security.database.sql-injection.html
- [similar]
- The SolrClient class 10188
- « SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The Sol
...
= update ; const string DEFAULT_THREADS_SERVLET = admin/threads ; const string DEFAULT_PING_SERVLET = admi ...
ET = terms ; const string DEFAULT_SYSTEM_SERVLET = admin/system ; /* メソッド */ public __construct ( array ...
-
https://man.plustar.jp/php/class.solrclient.html
- [similar]
- 設定 10188
- « インストール PECL 拡張モジュールのインストール » PHP Manual FastCGI Process Manager (FPM) 設定
...
MP] = /tmp env[TMPDIR] = /tmp env[TEMP] = /tmp php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f ...
w@my.domain.com php_flag[display_errors] = off php_admin_value[error_log] = /var/log/fpm-php.www.log php_ad ...
min_flag[log_errors] = on php_admin_value[memory_limit] = 32M php_value や php_flag で ...
く、 新たに指定した値を追記することになります。 php_admin_value や php_admin_flag で設定した値を ini_set() で ...
-
https://man.plustar.jp/php/install.fpm.configuration.html
- [similar]
- 一意な接続を使って Oracle サーバーへ接続する 10003
- « oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接
...
スに含まれるのは /your/path/to/instantclient/network/admin , $ORACLE_HOME/network/admin , /etc です。 もうひと ...
つの方法として、 TNS_ADMIN を指定して $TNS_ADMIN/tnsnames.ora を読み込ませるこ ...
-
https://man.plustar.jp/php/function.oci-new-connect.html
- [similar]
- 持続的接続を使用してOracle データベースに接続する 10003
- « oci_password_change oci_register_taf_callback » PHP Manual OCI8 関数 持続的接続を使用してOracl
...
スに含まれるのは /your/path/to/instantclient/network/admin , $ORACLE_HOME/network/admin , /etc です。 もうひと ...
つの方法として、 TNS_ADMIN を指定して $TNS_ADMIN/tnsnames.ora を読み込ませるこ ...
-
https://man.plustar.jp/php/function.oci-pconnect.html
- [similar]
- The MongoDB\Driver\ServerApi class 9283
- « MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual
...
]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ); } catch( MongoDB \ Driver \ Excepti ...
]); try { $cursor = $manager -> executeCommand ( 'admin' , $command ); } catch( MongoDB \ Driver \ Excepti ...
-
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html
- [similar]
- Oracle データベースに接続する 9115
- « oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect
...
スに含まれるのは /your/path/to/instantclient/network/admin , $ORACLE_HOME/network/admin , /etc です。 もうひと ...
つの方法として、 TNS_ADMIN を指定して $TNS_ADMIN/tnsnames.ora を読み込ませるこ ...
-
https://man.plustar.jp/php/function.oci-connect.html
- [similar]
- The Zookeeper class 8043
- « zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper
...
E = 4 ; const int PERM_DELETE = 8 ; const int PERM_ADMIN = 16 ; const int PERM_ALL = 31 ; const int EPHEMER ...
r::PERM_DELETE Can delete children Zookeeper::PERM_ADMIN Can execute set_acl() Zookeeper::PERM_ALL All of t ...
-
https://man.plustar.jp/php/class.zookeeper.html
- [similar]
- update のクエリパラメータをバインドする 8043
- « mysql_xdevapi\TableUpdate TableUpdate::__construct » PHP Manual mysql_xdevapi\TableUpdate upda
...
names" ); $table -> update () -> set ( 'status' , 'admin' ) -> where ( 'name = :name and age > :age' ) -> b ...
-
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.bind.html
- [similar]