|
SplFileObject::getFlagsGets flags for the SplFileObject Beschreibung
public int SplFileObject::getFlags
( void
)
Gets the flags set for an instance of SplFileObject as an integer. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns an integer representing the flags. Beispiele
Beispiel #1 SplFileObject::getFlags example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Not skipping empty lines Skipping empty lines Siehe auch
|