check a string from enum
hello
PHP Code:
|
Re: check a string from enum
NAME within the enum is an array, and you are sizing DATA already as part of a 2-dimension array, making it a 3-dimension array for the NAME variable.
PHP Code:
|
Re: check a string from enum
Thanks.
|
Re: check a string from enum
you can use strlen too.
|
Re: check a string from enum
While the difference is negligible, it's more efficient to not call a native and just check that the first char is null/EOS.
|
| All times are GMT -4. The time now is 02:30. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.