PHP » PYTHON |
login |
register |
about
|
PYTHON getprotobyname
is this article helpful?
|
Python replacement for PHP's getprotobyname
[
edit
| history
]
import socket socket.getprotobyname(name) getprotobyname(PHP 4, PHP 5) getprotobyname — Get protocol number associated with protocol name Description
int getprotobyname
( string $name
)
getprotobyname() returns the protocol number associated with the protocol name as per /etc/protocols. Parameters
Return ValuesReturns the protocol number or -1 if the protocol is not found. Examples
Example #1 getprotobyname() example
<?php
|
more
Recently updated
more
Most requested
more
Last requests
|