|
Posted by ZeldorBlat on 01/14/08 17:44
On Jan 14, 12:40 pm, Matthew <matt...@spamkiller.com> wrote:
> Hi,
>
> I want to change the precision level of floating point variables and
> calculations which is done in php.ini.
>
> However the server I rent for my domain does not give me access to
> php.ini, they say 'for security reasons'.
>
> Can the precision level be changed by PHP code as needed?
>
> Thanks and regards, etc..
According to this manual page:
<http://www.php.net/manual/en/ini.php>
the "precision" directive is changeable PHP_INI_ALL which, according
to that same page, means that the "entry can be set anywhere"
including ini_set():
<http://www.php.net/ini_set>
Navigation:
[Reply to this message]
|