PHP strncmp() FunctionLast Updated : 17 Mar 2025 The strncmp() is predefine string function of PHP. It is used to compare two strings. This function strncmp() is binary-safe, case-sensitive and similar to strcmp() function but strcmp() have no the length parameter. The strncmp () function is often used in programming and web development for string operation. Syntax:
The strncmp () function:
Example 1Output: By using 'strcmp()' function: 0 Example 2Output: By using 'strcmp()' function:-9 Example 3Output: By using 'strcmp()' function:9 See Also :
Reference: http://php.net/manual/en/function.strncmp.php Next TopicPHP String |
We request you to subscribe our newsletter for upcoming updates.

We deliver comprehensive tutorials, interview question-answers, MCQs, study materials on leading programming languages and web technologies like Data Science, MEAN/MERN full stack development, Python, Java, C++, C, HTML, React, Angular, PHP and much more to support your learning and career growth.
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India