|
SplFileObject::getFlagsGets flags for the SplFileObject Descriptionpublic int SplFileObject::getFlags()
Gets the flags set for an instance of SplFileObject as an int. ParametersThis function has no parameters. Return ValuesReturns an int representing the flags. Examples
Example #1 SplFileObject::getFlags example
The above example will output something similar to: Not skipping empty lines Skipping empty lines See Also
|