MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
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
<pre class="result notranslate"><?php &dollar;url = "lfc123456@example.com"; echo ltrim(strstr(&dollar;url, "@"),"@");?></pre>20.How many functions does PHP offer for searching strings using POSIX style regular expression?
<pre class="result notranslate"><?php &dollar;title = "O malley wins the heavyweight championship!"; echo ucwords(&dollar;title);?></pre>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.
<pre class="result notranslate"><?phpecho count_chars("AA",1);?></pre>13.A variable $str is set to "HELLO WORLD", which of the following script returns it title case?
<pre class="result notranslate"><?php&dollar;str="chess was played";echo strlen(substr(&dollar;str,3,2)).""?></pre>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