検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 710 for user (0.039 sec.)
ユーザー定義のストリームフィルタを登録する 3635
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... ィルタ名。 class フィルタを実装するには、まず、 php_user_filter を継承したクラスのメンバ関数を実装しなくては ... タが変更されるようにします。 メソッドの実装は、 php_user_filter の説明の通りにしなければなりません。 さもな ... スを定義する */ class strtoupper_filter extends php_user_filter { function filter ( $in , $out , & $consume ... クラスを定義する */ class string_filter extends php_user_filter { var $mode ; function filter ( $in , $out ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
コア php.ini ディレクティブに関する説明 3635
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... edir NULL PHP_INI_ALL doc_root NULL PHP_INI_SYSTEM user_dir NULL PHP_INI_SYSTEM user_ini.cache_ttl "300" P ... HP_INI_SYSTEM user_ini.filename ".user.ini" PHP_INI_SYSTEM extension_ ... ば、ホームディレクトリを参照するときに ${LOGIN} や ${USER} が使えます。 環境変数はサーバー API の種類によって ... ことがあります。 例3 Unix include_path で環境変数 ${USER} を使う例 include_path = ".:${USER}/pear/php" open ...
https://man.plustar.jp/php/ini.core.html - [similar]
プリペアドステートメント 3635
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステー ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); /* Non-prepared stat ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); /* Non-prepared stat ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); /* Non-prepared stat ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
指定 ID のユーザーに関する情報を返す 3600
« posix_getpwnam posix_getrlimit » PHP Manual POSIX 関数 指定 ID のユーザーに関する情報を返す po ... ーザーに関する情報を返す 説明 posix_getpwuid ( int $user_id ): array | false 指定したユーザー ID のユーザー ... についての情報を配列で返します。 パラメータ user_id ユーザー ID。 戻り値 返される連想配列の要素は次 ... 。これは、この関数をコールする際に使用するパラメータ user_id と同じとなり、このため冗長になります。 gid ユー ... を返します。 例 例1 posix_getpwuid() の使用例 <?php $userinfo = posix_getpwuid ( 10000 ); print_r ( $userinf ...
https://man.plustar.jp/php/function.posix-getpwuid.html - [similar]
Windows 上での PHP のトラブルシューティング 3600
« Apache 2.x (Microsoft Windows 用) クラウドコンピューティングプラットフォームへのインストール ... して、パーミッションを調べます。 IIS の場合は、 IIS_User ユーザーがこのディレクトリへの書き込み権限を持って ... ラリ , インストール , プラットフォーム , チェック , User , ユーザー , 書き込み , 権限 , 場所 ...
https://man.plustar.jp/php/install.windows.troubleshooting.html - [similar]
ストアドプロシージャ 3600
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ... _STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli -> query ( " ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
エラーおよびエラー処理 3600
« プリペアドステートメントおよびストアドプロシージャ ラージオブジェクト (LOB) » PHP Manual PDO エ ... php $dsn = 'mysql:dbname=testdb;host=127.0.0.1' ; $user = 'dbuser' ; $password = 'dbpass' ; try { $dbh = n ... ew PDO ( $dsn , $user , $password ); $dbh -> setAttribute ( PDO :: ATTR_ ... <?php $dsn = 'mysql:dbname=test;host=127.0.0.1' ; $user = 'googleguy' ; $password = 'googleguy' ; /* ERRMO ... ローするからです。 */ try { $dbh = new PDO ( $dsn , $user , $password , array( PDO :: ATTR_ERRMODE => PDO :: ...
https://man.plustar.jp/php/pdo.error-handling.html - [similar]
プロパティの型を取得する 3600
« ReflectionProperty::getName ReflectionProperty::getValue » PHP Manual ReflectionProperty プロパ ... 例1 ReflectionProperty::getType() の例 <?php class User { public string $name ; } $rp = new ReflectionProp ... erty ( 'User' , 'name' ); echo $rp -> getType ()-> getName (); ...
https://man.plustar.jp/php/reflectionproperty.gettype.html - [similar]
プロパティが型を持つかをチェックする 3600
« ReflectionProperty::hasDefaultValue ReflectionProperty::isDefault » PHP Manual ReflectionPrope ... 例1 ReflectionProperty::hasType() の例 <?php class User { public string $name ; } $rp = new ReflectionProp ... erty ( 'User' , 'name' ); var_dump ( $rp -> hasType ()); ?> 上の ...
https://man.plustar.jp/php/reflectionproperty.hastype.html - [similar]
Win32 サービスの情報 3600
« Win32 リカバリアクション Win32ServiceException » PHP Manual 定義済み定数 Win32 サービスの情報 ... "service" WIN32_INFO_DISPLAY "display" WIN32_INFO_USER "user" WIN32_INFO_PASSWORD "password" WIN32_INFO_P ...
https://man.plustar.jp/php/win32service.constants.serviceinfos.html - [similar]