検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 710 for user (0.034 sec.)
基本的な使用法 5096
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する ... ログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する i ... !" ; echo "Attempted to connect to $ftp_server for user $ftp_user_name " ; exit; } else { echo "Connected ... to $ftp_server , for user $ftp_user_name " ; } // ファイルをアップロードする ...
https://man.plustar.jp/php/ftp.examples-basic.html - [similar]
コールバック / Callable 5005
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... allable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコ ... World!' ; } } // タイプ 1: 単純なコールバック call_user_func ( 'my_callback_function' ); // タイプ 2: stat ... icメソッドのコール call_user_func (array( 'MyClass' , 'myCallbackMethod' )); // ... ジェクトメソッドのコール $obj = new MyClass (); call_user_func (array( $obj , 'myCallbackMethod' )); // タイ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
プロパティが初期化されているかをチェックする 5005
« ReflectionProperty::isDefault ReflectionProperty::isPrivate » PHP Manual ReflectionProperty プ ... flectionProperty::isInitialized() の例 <?php class User { public string $name ; } $rp = new ReflectionProp ... erty ( 'User' , 'name' ); $user = new User ; var_dump ( $rp -> ... isInitialized ( $user )); $user -> name = 'Nikita' ; var_dump ( $rp -> i ... sInitialized ( $user )); ?> 上の例の出力は以下となります。 bool(false) ...
https://man.plustar.jp/php/reflectionproperty.isinitialized.html - [similar]
Sets the what HTTP methods are supported in requests accepted by this server, an... 4977
« EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP ... in requests accepted by this server, and passed to user callbacks EventHttp::setAllowedMethods (PECL event ... in requests accepted by this server, and passed to user callbacks 説明 public EventHttp::setAllowedMethods ... in requests accepted by this server, and passed to user callbacks If not supported they will generate a "4 ... pported , server , setAllowedMethods , callbacks , user , passed , requests , what ...
https://man.plustar.jp/php/eventhttp.setallowedmethods.html - [similar]
現在の PHP スクリプトの所有者の名前を取得する 4949
« get_cfg_var get_defined_constants » PHP Manual PHP オプション/情報 関数 現在の PHP スクリプトの ... 所有者の名前を取得する get_current_user (PHP 4, PHP 5, PHP 7, PHP 8) get_current_user — 現 ... スクリプトの所有者の名前を取得する 説明 get_current_user (): string 現在の PHP スクリプトの所有者の名前を返 ... 戻り値 ユーザー名を表す文字列。 例 例1 get_current_user() の例 <?php echo 'Current script owner: ' . get_c ... urrent_user (); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.get-current-user.html - [similar]
入力配列から単一のカラムの値を返す 4823
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... 23] => Doe ) 例3 オブジェクトの public プロパティ "username" からユーザー名を取得する例 <?php class User { ... public $username ; public function __construct ( string $userna ... me ) { $this -> username = $username ; } } $users = [ new User ( 'user ... 1' ), new User ( 'user 2' ), new User ( 'user 3' ), ]; print_r ( ...
https://man.plustar.jp/php/function.array-column.html - [similar]
Add a user defined swoole_process to the server. 4823
« Swoole\Server::addlistener Swoole\Server::after » PHP Manual Swoole\Server Add a user defined ... swoole >= 1.9.0) Swoole\Server::addProcess — Add a user defined swoole_process to the server. 説明 public ... ss 戻り値 関連キーワード: process , swoole , Add , user , defined , server , Swoole , Server , the , addPr ...
https://man.plustar.jp/php/swoole-server.addprocess.html - [similar]
すべての定数の名前とその値を連想配列として返す 4795
« get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前と ... COMPILE_ERROR] => 64 [E_COMPILE_WARNING] => 128 [E_USER_ERROR] => 256 [E_USER_WARNING] => 512 [E_USER_NOTI ... IT_OFFSET_CAPTURE] => 4 [PREG_GREP_INVERT] => 1 ) [user] => Array ( [MY_CONSTANT] => 1 ) ) 戻り値 定数名 = ... COMPILE_ERROR] => 64 [E_COMPILE_WARNING] => 128 [E_USER_ERROR] => 256 [E_USER_WARNING] => 512 [E_USER_NOTI ...
https://man.plustar.jp/php/function.get-defined-constants.html - [similar]
フィルタを適用するときにコールされる 4760
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... コールされる php_user_filter::filter (PHP 5, PHP 7, PHP 8) php_user_filt ... フィルタを適用するときにコールされる 説明 public php_user_filter::filter ( resource $in , resource $out , in ... 関連キーワード: フィルタ , filter , コール , 適用 , user , 処理 , データ , バケット , consumed , ストリーム ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
定義済み定数 4760
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... owing constants control the VM's behaviour after a user handler is invoked, be extremely careful! These co ... nstants are removed as of uopz 5.0.0. ZEND_USER_OPCODE_CONTINUE ( int ) Advance 1 opcode and conti ... nuue ZEND_USER_OPCODE_ENTER ( int ) Enter into new op_array witho ... ut recursion ZEND_USER_OPCODE_LEAVE ( int ) Return to calling op_array wi ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT