how can compare two string in php

how can compare two string in php


strcmp 


<?php
echo strcmp("hello","hello");
?>


it will be display result:0