PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::getFlags
request it (366)
GoLang replacement for PHP's SplFileObject::getFlags
[edit | history]
SplFileObject::getFlags(PHP 5 >= 5.1.0, PHP 7) SplFileObject::getFlags — Gets 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 |
more
Recently updated
more
Most requested
more
Last requests
|