Voting

: min(seven, seven)?
(Example: nine)

The Note You're Voting On

filh at filh dot org
19 years ago
Concerning the value retourned, it depends on how you set it.
I had the problem with horde-3 which test the safe_mode value.
THan :
- if you set the value with php_admin_value safe_mode Off (or On) ini_get returns the string
- if you set the value with php_admin_flag safe_mode Off (or On) ini_get returns the boolean.

<< Back to user notes page

To Top