Skip to content
  • Contact us : info@tutorialscan.com

TutorialScan

Menu
  • CSS
  • PHP
  • SQL
  • Data Structure
  • Web Solution
  • Blogs

PHP strpos Function | What is strpos in PHP and use of them

...
[Continue reading...]

PHP Sort Array | How to sort an array by Key or Value in PHP

In this article, we will learn PHP Sort Array and How to sort an array by Key or Value in PHP with example in detail. The PHP arrays are very useful when the developers store data in variables. furthermore, by creating...
[Continue reading...]

PHP Array Length | PHP COUNT | How to get array length in PHP

PHP Array Length: In this article, we will use the PHP count() or sizeof() function, to calculate the PHP Array length or the number of elements or value in an array. Therefore, To count all of the elements in a PHP...
[Continue reading...]

Flow of Control | What are Control Structures and How build them?

Control Structures:- In computer science, the flow of control (or control flow) is the order in which individual statements, function calls, or instructions of an imperative program are evaluated or executed. therefore, the emphasis on explicit control flow distinguishes an imperative...
[Continue reading...]

Class Programming | What is a class in programming?

What is a class in programming:- In object-oriented programming (oops), a class is a program-code-template for creating objects, therefore providing initial values for member variables and execution of behavior methods or member functions. therefore, in several languages, the class name is...
[Continue reading...]

PHP number format Function | How to format number in php

PHP number_format():- PHP number format function gives you a simple way to format numbers for displaying to the user. it is an inbuilt function that is used used to formate a number with grouped thousands. you can separate thousands with commas...
[Continue reading...]

PHP strtotime() Function | What is strtotime and How to use them?

PHP strtotime()Function:- PHP has a date function to handle date & time to implement in web applications. The PHP strtotime() is an inbuilt function, that used to convert an English textual date-time description to a UNIX timestamp. when we look at...
[Continue reading...]

PHP string to date | How to convert string to date and DateTime

PHP string to date | for converting the string to date and DateTime, there are used several methods/functions like strtotime(), getDate(). we will see how these functions work. strtotime():- This is also a function that returns the number of seconds passed...
[Continue reading...]

PHP string replace | How to replace string in PHP

PHP string replace, the str_replace() the function used to replace characters in a text string. PHP str_replace is case-sensitive. If you would like to perform a case-insensitive search, attempt str_ireplace() function. therefore, If the variable specified by the third argument is...
[Continue reading...]

PHP Class Constructor | Concepts of Constructors, Destructors & types

In this article, we learn PHP Class Constructor object-oriented Concepts of Constructors, Destructors, and types. The constructor is a key part of the PHP oops (object-oriented) conception. Constructors are special member functions for initial settings of fresh (newly) created object instances...
[Continue reading...]

Posts navigation

Older posts
TutorialScan logo

FOLLOW US

TutorialScan Copyright ©2021 | Privacy Policy | Terms of Use | Sitemap | Contact
TutorialScan Copyright © 2021.
gffds Back to Top ↑