MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers
→
Which function is used to Calculate a 32-bit CRC f...
1.
Which function is used to Calculate a 32-bit CRC for a string?
A.
crc32()
B.
crypt()
C.
heb32()
D.
heb32c()
Answer» B. crypt()
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
<?php &dollar;url = "lfc123456@example.com"; echo ltrim(strstr(&dollar;url, "@"),"@");?>20.How many functions does PHP offer for searching strings using POSIX style regular expression?
<?php &dollar;title = "O malley wins the heavyweight championship!"; echo ucwords(&dollar;title);?>19.What will be the output of the following PHP code?
What is the use of htmlentities() function in php?
Which function is used to Calculate a 32-bit CRC for a string?
The PHP function searches for a specific text within a string.
<?phpecho count_chars("AA",1);?>13.A variable $str is set to "HELLO WORLD", which of the following script returns it title case?
<?php&dollar;str="chess was played";echo strlen(substr(&dollar;str,3,2)).""?>12.Predict the output of the following code snippet :
Predict the output of the following code snippet :
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies