1.2.609. Is An Extension Function¶
This is an extension function.
Almost every PHP extension defines extra functions. Nowadays, they are prefixed, like mysqli_connect
, ldap_close
, or zlib_decode
. Sometimes, they are even in a namespace. Refer to the extension itself to learn more about its functions usage.
<?php
// range is a native PHP function. It is always available
$array = range(0, 100);
// json_encode is an extension function : it requires that PHP was compile with ext/json
echo json_encode($array);
?>
1.2.609.1. Connex PHP features¶
1.2.609.1.1. Specs¶
Short name |
Functions/IsExtFunction |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
High |
Available in |