10.04.2009, 14:49
Short for String catenation, just joins one string to another. Not using format it's probably more efficient, as format has to distinguish between strings variables and floats etc in an attempt to convert it all into a string.
If anything I think strlen() is easier because it's shorter and more widely used :P
If anything I think strlen() is easier because it's shorter and more widely used :P