English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The getprotobyname() function retrieves the protocol number associated with the protocol name.
int getprotobyname ( string $name )
Used to get the protocol number associated with the protocol name
Returns the protocol number, returns FALSE on failure.
Serial number | Parameters and descriptions |
---|---|
1 | name It contains the protocol name |