The following is the code to put this to test.
1 2 3 4 5 6 7 8 9 10 11 12 |
Here’s the output.
1
2
3
4
5
6
7
8 string(1) "a"
bool(true)
string(1) "b"
bool(false)
string(1) "c"
bool(false)
string(1) "d"
bool(false)
The following is the code to put this to test.
1 2 3 4 5 6 7 8 9 10 11 12 |
Here’s the output.
1
2
3
4
5
6
7
8 string(1) "a"
bool(true)
string(1) "b"
bool(false)
string(1) "c"
bool(false)
string(1) "d"
bool(false)
© 2024 A Weblog of Priyank Maniar.