Results of 1 - 10 of about 133 for 親 (0.022 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]