I have a digit: 346574369297932288
as a variable. It outputs as: 3.4658261742612E+17
I used ini_set('precision', 20);
but the number now outputs as: 346582617426116608
I have tried different number settings within the ini_set but nothing works. Any ideas?