PHP Doku:: Tells whether the stream supports locking. - function.stream-supports-lock.html

Verlauf / Chronik / History: (50) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStreamsStream Funktionenstream_supports_lock

Ein Service von Reinhard Neidl - Webprogrammierung.

Stream Funktionen

<<stream_socket_shutdown

stream_wrapper_register>>

stream_supports_lock

(PHP 5 >= 5.3.0)

stream_supports_lockTells whether the stream supports locking.

Beschreibung

bool stream_supports_lock ( resource $stream )

Tells whether the stream supports locking through flock().

Parameter-Liste

stream

The stream to check.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch

  • flock() - Portables Datei-Verriegelungs-Verfahren


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)