Download the PHP package davidvandertuijn/empty_except_zero without Composer
On this page you can find all versions of the php package davidvandertuijn/empty_except_zero. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package empty_except_zero
Empty Except Zero
The “Empty Except Zero” tool is designed to streamline data management by identifying and handling numerical values in datasets. This functionality is particularly useful in scenarios where it’s important to differentiate between zero values and truly empty or null entries.
empty | empty_except_zero | |
---|---|---|
"" (an empty string) | TRUE | TRUE |
0 (0 as an integer) | TRUE | FALSE |
0.0 (0 as a float) | TRUE | FALSE |
"0" (0 as a string) | TRUE | FALSE |
NULL | TRUE | TRUE |
FALSE | TRUE | TRUE |
array() (an empty array) | TRUE | TRUE |
Install
Usage
All versions of empty_except_zero with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package davidvandertuijn/empty_except_zero contains the following files
Loading the files please wait ....