Voting

: two minus zero?
(Example: nine)

The Note You're Voting On

elloromtz at gmail dot com
15 years ago
if length is 0 regardless what the two strings are, it will return 0

<?php
strncmp
("xybc","a3234",0); // 0
strncmp("blah123","hohoho", 0); //0
?>

<< Back to user notes page

To Top