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é
|
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 | |
Convenience wrapper around native socket and file functions to allow for mocking.
fclose | ( | ) |
feof | ( | ) |
fgets | ( | $length = null | ) |
fsockopen | ( | $hostname, | |
$port = -1 , |
|||
& | $errno = 0 , |
||
& | $errstr = '' , |
||
$timeout = null |
|||
) |
fsockopen
string | $hostname | |
int | $port | |
int | $errno | |
string | $errstr | |
float | $timeout |
Références Socket\$handle.
fwrite | ( | $string, | |
$length = null |
|||
) |
|
private |
Référencé par Socket\fsockopen().