Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to fetch all defined constant in php

$constants = get_defined_constants();
echo '<pre>';
print_r($constants);
 
PREVIOUS NEXT
Tagged: #fetch #defined #constant #php
ADD COMMENT
Topic
Name
2+8 =