1.2.595. Internet Ports¶
List of all the Internet ports mentioned in the code.
Ports are recognized based on a internal database of port. They are found in Integers.
<?php
// 21 is the default port for FTP
$ftp = ftp_connect($host, 21, $timeout = 90);
?>
See also List of TCP and UDP port numbers.
1.2.595.1. Connex PHP features¶
1.2.595.1.1. Specs¶
Short name |
Type/Ports |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |