Toggle navigation
Html
Html
Html5
Css
Bootstrap3
Javascript
JavaScript
AngularJS
TypeScript
Languages
C
PHP
C#
.Net
Database
PL/SQL
MySQL
Oracle
Q & A
Articles
Tools
Examples
Online Editor
GO
PHP Overview
PHP Home
PHP Introduction
How Does PHP Work
PHP Simple Syntax
PHP Pros. & Cons.
PHP Comment
PHP Case Sensitivity
PHP Control Statements
PHP If..Else..ElseIf
PHP Switch
PHP For Loops
PHP For Each Loops
PHP While Loop
PHP Do While Loop
PHP Variables & Data Types
PHP Echo/Print
PHP Data Type
PHP Variables
PHP Global Variables
PHP Operators
PHP Ternary Operators
PHP Language Techniques
PHP Strings Manipulation
PHP Numbers Formatting
PHP Array Manipulation
PHP Sorting Array
PHP Associative Array
PHP Session
PHP Cookies
PHP Reference
PHP String Functions
PHP Math Functions
PHP Array Functions
PHP Date Time Functions
PHP Calendar Functions
PHP File System Functions
PHP MySqli Functions
PHP Filters
PHP Error Levels
Share with Facebook
Share with Google
Share with LinkedIn
Share with Twitter
« Previous
Next »
PHP crc32() Function
PHP crc32() function calculates the crc32 polynomial of a string.
Syntax
int crc32(str);
crc32() Function Parameter
Parameter
Description
str :
Required parameter. The string.
crc32() Function Return Value
Return Value :
Returns the crc32 checksum of str as an integer.
crc32() Function Example
<?php echo crc32("%u\n","Returns the crc32 checksum of str as an integer."); ?>
« Previous
Next »
AngularJS Code Examples
AngularJS Live Demo
ASP.NET Code Examples
Javascript Code Examples
Interview Q & A
Google MAP API Live Demo
Google MAP API Code Examples
Utility Tools
Articles
Recent Articles
Getting Started With ASP.NET Core MVC Application
Setup and Installation ASP.NET Core 1.0
Understanding ASP.NET Core 1.0
Customize User Profile Info in MVC With ASP.NET Identity
How to extend the properties of Identity with additional custom properties in ASP.NET
ASP.NET Identity Authentication - User Login and Registration Form
Understanding ASP.NET Identity
Implement custom user registration and login page with the help of Entity Framework using AES encryption in ASP.NET MVC application
Export Report as CSV or XLSX or XLS from ReportViewer in ASP.NET
JQGrid Server-Side processing using HttpHandler in ASP.NET