Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #72.8K
Ranked #3K
~1K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for baig772

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

Member Avatar for baig772
0
106
Member Avatar for divsok

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.

Member Avatar for stultuske
0
1K

The End.