We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f8bb6 commit 166de4cCopy full SHA for 166de4c
functions/info/ini_set.js
@@ -2,7 +2,7 @@ function ini_set(varname, newvalue) {
2
// From: http://phpjs.org/functions
3
// + original by: Brett Zamir (http://brett-zamir.me)
4
// % note 1: This will not set a global_value or access level for the ini item
5
- // * test: skip
+ // * example 1: ini_set('date.timezone', 'Asia/Hong_Kong');
6
// * example 1: ini_set('date.timezone', 'America/Chicago');
7
// * returns 1: 'Asia/Hong_Kong'
8
0 commit comments