Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JBuffer

Liste de tous les membres

Fonctions membres publiques

 stream_open ($path, $mode, $options, &$opened_path)
 stream_read ($count)
 stream_write ($data)
 stream_tell ()
 stream_eof ()
 stream_seek ($offset, $whence)

Attributs publics

 $position = 0
 $name = null
 $_buffers = array()

Documentation des fonctions membres

JBuffer::stream_eof ( )

Function to test for end of file pointer

Renvoie:
boolean True if the pointer is at the end of the stream
Voir également:
streamWrapper::stream_eof
Depuis:
11.1
JBuffer::stream_open (   $path,
  $mode,
  $options,
$opened_path 
)

Function to open file or url

Paramètres:
string$pathThe URL that was passed
string$modeMode used to open the file
Voir également:
fopen
Paramètres:
integer$optionsFlags used by the API, may be STREAM_USE_PATH and STREAM_REPORT_ERRORS
string&$opened_pathFull path of the resource. Used with STREAN_USE_PATH option
Renvoie:
boolean
Depuis:
11.1
Voir également:
streamWrapper::stream_open

Références $name, $path, $url, et null.

JBuffer::stream_read (   $count)

Read stream

Paramètres:
integer$countHow many bytes of data from the current position should be returned.
Renvoie:
mixed The data from the stream up to the specified number of bytes (all data if the total number of bytes in the stream is less than $count. Null if the stream is empty.
Voir également:
streamWrapper::stream_read
Depuis:
11.1

Références $count.

JBuffer::stream_seek (   $offset,
  $whence 
)

The read write position updates in response to $offset and $whence

Paramètres:
integer$offsetThe offset in bytes
integer$whencePosition the offset is added to Options are SEEK_SET, SEEK_CUR, and SEEK_END
Renvoie:
boolean True if updated
Voir également:
streamWrapper::stream_seek
Depuis:
11.1
JBuffer::stream_tell ( )

Function to get the current position of the stream

Renvoie:
integer
Voir également:
streamWrapper::stream_tell
Depuis:
11.1
JBuffer::stream_write (   $data)

Write stream

Paramètres:
string$dataThe data to write to the stream.
Renvoie:
integer
Voir également:
streamWrapper::stream_write
Depuis:
11.1

Références $data, et $name.


Documentation des données membres

JBuffer::$_buffers = array()
JBuffer::$name = null
JBuffer::$position = 0

La documentation de cette classe a été générée à partir du fichier suivant :