SplFileObject::hasChildren

(PHP 5 >= 5.1.2)

SplFileObject::hasChildrenSplFileObject does not have children

說明

public bool SplFileObject::hasChildren ( void )

An SplFileObject does not have children so this method always return FALSE.

參數

此函式沒有參數。

回傳值

Returns FALSE

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top