gf_global()
public static function gf_global( $echo=true, $return_array=false )
Outputs the gf_global and returns either the gf_global var declaration or the array containing the gf_global values.
Since:
unknown2.4.7(Added the $return_array parameter)3.0.3(Included the default countries list.)
Source: common.php:5881
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$echo | bool | true | If true, outputs the inline gf_global var declaration. |
$return_array | bool | false | If true, returns the array containing the gf_global values. |
Returns
array|string