検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 133 for (0.003 sec.)
親プロセスの ID を返す 11842
« posix_getpid posix_getpwnam » PHP Manual POSIX 関数 プロセスの ID を返す posix_getppid (PHP ... 4, PHP 5, PHP 7, PHP 8) posix_getppid — プロセスの ID を返す 説明 posix_getppid (): int 現在 ... のプロセスのプロセスの ID を返します。 パラメータ この関数にはパ ...
https://man.plustar.jp/php/function.posix-getppid.html - [similar]
親ディレクトリに移動する 11081
« ftp_append ftp_chdir » PHP Manual FTP 関数 ディレクトリに移動する ftp_cdup (PHP 4, PHP 5, PH ... P 7, PHP 8) ftp_cdup — ディレクトリに移動する 説明 ftp_cdup ( FTP\Connectio ... n $ftp ): bool ディレクトリに移動します。 パラメータ ftp FTP\Connec ... ftp , 'html' ); echo ftp_pwd ( $ftp ); // /html // ディレクトリに戻る if ( ftp_cdup ( $ftp )) { echo "c ...
https://man.plustar.jp/php/function.ftp-cdup.html - [similar]
現在の属性の親要素にカーソルを移動する 10573
« XMLReader::moveToAttributeNs XMLReader::moveToFirstAttribute » PHP Manual XMLReader 現在の属性 ...要素にカーソルを移動する XMLReader::moveToElement (P ... P 7, PHP 8) XMLReader::moveToElement — 現在の属性の要素にカーソルを移動する 説明 public XMLReader::move ... ToElement (): bool 現在の属性の要素にカーソルを移動します。 パラメータ この関数には ...
https://man.plustar.jp/php/xmlreader.movetoelement.html - [similar]
親ディレクトリのパスを返す 10186
« delete disk_free_space » PHP Manual ファイルシステム 関数 ディレクトリのパスを返す dirname ( ... PHP 4, PHP 5, PHP 7, PHP 8) dirname — ディレクトリのパスを返す 説明 dirname ( string $path ... カレントディレクトリから levels レベルさかのぼったディレクトリのパスを返します。 注意 : dirname() は、 ... その他の環境ではスラッシュ( / )になります。 levels ディレクトリをどこまでさかのぼるか。 正の整数でなけれ ... ばいけません。 戻り値 ディレクトリのパスを返します。 path にスラッシュが無 ...
https://man.plustar.jp/php/function.dirname.html - [similar]
与えられたクラスの親クラスを返す 9800
« class_implements class_uses » PHP Manual SPL 関数 与えられたクラスのクラスを返す class_paren ... 5, PHP 7, PHP 8) class_parents — 与えられたクラスのクラスを返す 説明 class_parents ( object | string $o ... lse この関数は、与えられたクラス object_or_class のクラス名を 配列で返します。 パラメータ object_or_cla ...
https://man.plustar.jp/php/function.class-parents.html - [similar]
現在実行中のプロセスをフォークする 9546
« pcntl_exec pcntl_get_last_error » PHP Manual PCNTL 関数 現在実行中のプロセスをフォークする pcn ... クする 説明 pcntl_fork (): int pcntl_fork() 関数は、プロセスとその PID および PPID のみが異なる子プロセス ... タはありません。 戻り値 成功時に、子プロセスの PID がプロセスの実行スレッドに返され、 子プロセスの実行スレ ... ッドには 0 が返されます。失敗した場合、プロセスの コンテキストに -1 が返され、子プロセスは生 ... die( 'fork できません' ); } else if ( $pid ) { // プロセスの場合 pcntl_wait ( $status ); // ゾンビプロ ...
https://man.plustar.jp/php/function.pcntl-fork.html - [similar]
オブジェクトの親クラスの名前を取得する 8470
« get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトのクラスの ... 5, PHP 7, PHP 8) get_parent_class — オブジェクトのクラスの名前を取得する 説明 get_parent_class ( objec ... = ? ): string | false オブジェクトあるいはクラスのクラスの名前を取得します。 パラメータ object_or_clas ... t_or_class がインスタンスあるいは名前であるクラスのクラス名を返します。 注意 : オブジェクトがを持たな ... どうかを調べる class_parents() - 与えられたクラスのクラスを返す 関連キーワード: クラス , オブジェクト , ...
https://man.plustar.jp/php/function.get-parent-class.html - [similar]
オブジェクトがこのクラスのものであるか、このクラスをその親クラスのひとつとしてい... 8398
« interface_exists is_subclass_of » PHP Manual クラス/オブジェクト関数 オブジェクトがこのクラスの ... ものであるか、このクラスをそのクラスのひとつとしているかどうかを調べる is_a (PHP 4 ... ジェクトがこのクラスのものであるか、このクラスをそのクラスのひとつとしているかどうかを調べる 説明 is_a ( ... がこのクラスのものであるか、 あるいはこのクラスをそのクラスのひとつとしているかどうかを調べます。 パラメー ... がこのクラスのものであるか、 あるいはこのクラスをそのクラスのひとつとしている場合に true 、それ以外の場合 ...
https://man.plustar.jp/php/function.is-a.html - [similar]
カレントノードの親ノードを返す 8277
« tidyNode::__construct tidyNode::hasChildren » PHP Manual tidyNode カレントノードのノードを返 ... HP 7, PHP 8) tidyNode::getParent — カレントノードのノードを返す 説明 public tidyNode::getParent (): ? t ... idyNode カレントノードのノードを返します。 パラメータ この関数にはパラメータ ... はありません。 戻り値 そのノードがを持っている場合に tidyNode 、 それ以外の場合に null ...
https://man.plustar.jp/php/tidynode.getparent.html - [similar]
親クラスを取得する 8023
« ReflectionClass::getNamespaceName ReflectionClass::getProperties » PHP Manual ReflectionClass ... 5, PHP 7, PHP 8) ReflectionClass::getParentClass — クラスを取得する 説明 public ReflectionClass::getPar ... タはありません。 戻り値 ReflectionClass を返します。 が存在しない場合は、 false を返します。 参考 Reflect ...
https://man.plustar.jp/php/reflectionclass.getparentclass.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT