Snippets tagged “strcmp”
1 snippet uses this tag.
- String comparison using '==' or '===' vs. 'strcmp()'PHP
In PHP, you can use either the == or === operator to compare two strings.
1 snippet uses this tag.
In PHP, you can use either the == or === operator to compare two strings.