Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe Socket

Fonctions membres publiques

 fsockopen ($hostname, $port=-1, &$errno=0, &$errstr='', $timeout=null)
 
 fwrite ($string, $length=null)
 
 fgets ($length=null)
 
 feof ()
 
 fclose ()
 

Attributs privés

 $handle = null
 

Description détaillée

Convenience wrapper around native socket and file functions to allow for mocking.

Documentation des fonctions membres

◆ fclose()

fclose ( )

fclose

Voir également
http://php.net/fclose
Renvoie
bool

◆ feof()

feof ( )

feof

Voir également
http://php.net/feof
Renvoie
bool

◆ fgets()

fgets (   $length = null)

fgets

Voir également
http://php.net/fgets
Paramètres
int$length
Renvoie
string

◆ fsockopen()

fsockopen (   $hostname,
  $port = -1,
$errno = 0,
$errstr = '',
  $timeout = null 
)

fsockopen

Voir également
http://php.net/fsockopen
Paramètres
string$hostname
int$port
int$errno
string$errstr
float$timeout
Renvoie
resource

Références Socket\$handle.

◆ fwrite()

fwrite (   $string,
  $length = null 
)

fwrite

Voir également
http://php.net/fwrite
Paramètres
string$string
int$length
Renvoie
int | bool

Documentation des champs

◆ $handle

$handle = null
private

Référencé par Socket\fsockopen().


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