Dotkernel
Adding Composer support in your Dotkernel project
Composer is an application-level package manager. Composer auto-loads the dependencies on demand and can also auto-load custom classes .
Apr 04, 2016 Read more → PHP DevelopmentFloating-Point Arithmetic - Why is (int)((0.7+0.1)*10) = 7 ?
This article applies to PHP 5.x but also to PHP 7 While using floating-point arithmetic you might have noticed that not all the calculus results are as expected, this can usually be observed when cast…
Jan 26, 2016 Read more →Page 2 of 2 . 12 articles total