Strings and arrays
This is the current revision of Strings and arrays as edited by WesleyS (talk | contribs) at 23:21, August 13, 2012. This URL is a permanent link to this version of this page.
| String | Array | |
| Java | .length() | .length |
| JavaScript | .length | .length |
| PHP | strlen() | count() |
| MySQL | CHAR_LENGTH() |