0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~1K People Reached
Favorite Forums
Web Development x 1
2 Posted Topics
Re: The [B]strcmp()[/B] function is binary safe and case-sensitive. Example <?php echo strcmp("Hello world!","Hello world!"); ?> The output of the code above will be: 0 | |
Re: Ans: B NOTE: Within an instance method or a constructor, this is a reference to the current object — the object whose method or constructor is being called. You can refer to any member of the current object from within an instance method or a constructor by using this. |
The End.