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 JStreamString

Liste de tous les membres

Fonctions membres publiques

 stream_open ($path, $mode, $options, &$opened_path)
 stream_stat ()
 url_stat ($path, $flags=0)
 stream_read ($count)
 stream_write ($data)
 stream_tell ()
 stream_eof ()
 stream_seek ($offset, $whence)
 stream_flush ()

Attributs protégés

 $_currentstring
 $_path
 $_mode
 $_options
 $_opened_path
 $_pos
 $_len
 $_stat

Documentation des fonctions membres

JStreamString::stream_eof ( )

End of field check

Renvoie:
boolean True if at end of field.
Depuis:
11.1
JStreamString::stream_flush ( )

Stream flush, always returns true.

Renvoie:
boolean
Depuis:
11.1
Note:
Data storage is not supported
JStreamString::stream_open (   $path,
  $mode,
  $options,
$opened_path 
)

Method to open a file or URL.

Paramètres:
string$pathThe stream path.
string$modeNot used.
integer$optionsNot used.
string&$opened_pathNot used.
Renvoie:
boolean
Depuis:
11.1

Références $path, et JStringController\getRef().

+ Voici le graphe d'appel pour cette fonction :

JStreamString::stream_read (   $count)

Method to read a given number of bytes starting at the current position and moving to the end of the string defined by the current position plus the given number.

Paramètres:
integer$countBytes of data from the current position should be returned.
Renvoie:
void
Depuis:
11.1
Voir également:
http://www.php.net/manual/en/streamwrapper.stream-read.php

Références $count.

JStreamString::stream_seek (   $offset,
  $whence 
)

Stream offset

Paramètres:
integer$offsetThe starting offset.
integer$whenceSEEK_SET, SEEK_CUR, SEEK_END
Renvoie:
boolean True on success.
Depuis:
11.1
JStreamString::stream_stat ( )

Method to retrieve information from a file resource

Renvoie:
array
Voir également:
http://www.php.net/manual/en/streamwrapper.stream-stat.php
Depuis:
11.1
JStreamString::stream_tell ( )

Method to get the current position

Renvoie:
integer The position
Depuis:
11.1
JStreamString::stream_write (   $data)

Stream write, always returning false.

Paramètres:
string$dataThe data to write.
Renvoie:
boolean
Depuis:
11.1
Note:
Updating the string is not supported.
JStreamString::url_stat (   $path,
  $flags = 0 
)

Method to retrieve information about a file.

Paramètres:
string$pathFile path or URL to stat
integer$flagsAdditional flags set by the streams API
Renvoie:
array
Voir également:
http://php.net/manual/en/streamwrapper.url-stat.php
Depuis:
11.1

Références $path, et JStringController\getRef().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JStreamString::$_currentstring
protected
JStreamString::$_len
protected
JStreamString::$_mode
protected
JStreamString::$_opened_path
protected
JStreamString::$_options
protected
JStreamString::$_path
protected
JStreamString::$_pos
protected
JStreamString::$_stat
protected

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