1 min read PHP type cast float to int June 18, 2013 Nikunj K0 Description int intval ( mixed $var [, int $base = 10 ] ) Parameters Description $var : The value which converted to an integer $base : Conversion base Examples <?phpecho intval(42); // 42echo intval(4.2); // 4echo intval('42'); // 42 Share your Love
2 mins read Database ACID Properties: Basic Example of Atomicity and Consistency June 25, 2024June 25, 2024 Nikunj K0
5 mins read Database MySQL ACID Model: Improve Data Integrity and Reliability June 17, 2024June 18, 2024 Nikunj K0