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