Web Rewrite

Technology Blog Where You Find Programming Tips and Tricks
  Menu
Skip to content
  • Home
  • Java
  • Programming Questions
    • Array
    • Linked List
    • Stack
    • Queue
    • String
    • Search Algo
    • Interview Questions
  • Solid Principles
  • Multithreading
  • PHP
  • Database
    • mysql
    • MongoDB
  • Contact Us
« Older posts
Newer posts »

Difference Between Double and Triple Equals in PHP

By WebRewrite | February 11, 2017 - 5:26 am |February 11, 2017 FAQ, PHP, Wordpress
Leave a comment
Difference between double and triple equals in PHP

Difference between double and triple equals in PHP

What’s the difference between double and triple equals in PHP? PHP supports both double (==) and triple (===) comparison. Then when to use double equal to and when to use triple equal to in our code. →

Tagged Comparison operator, PHP, Triple Equals

Late Static Binding in PHP

By WebRewrite | August 18, 2016 - 10:29 am |August 18, 2016 PHP, Wordpress
Leave a comment

Late Static Binding is a very important concept in PHP. In this tutorial, We’ll learn what is late static binding and how to use this concept.

In PHP, late static binding is used to reference the called class in the context of static inheritance. →

Tagged Late Static Binding, PHP, self, static

Implementation of Stack in PHP

By WebRewrite | July 31, 2016 - 12:01 am |July 31, 2016 PHP, programming, Stack
Leave a comment

A Stack is a very important data structure in computer science, It works on the principle of last-in-first-out (LIFO ). The element which inserted last is the first element to be popped. In this tutorial, You will learn about stack data structure and how to implement a stack in PHP. →

Tagged PHP, Stack
«‹4647484950›»
  • Support Me on PayPal

    Programming Video Tutorials


  • Related Posts (YARPP)

    1. Race Condition in Java: Causes, Examples, and Solutions
    2. Find Second Largest Number in Array
    3. Check Balanced Parentheses in an Expression
    4. Sum of Digits of a Number using Recursion – Java Code
  • Topics

    • Multithreading

    • Linked List

    • Binary Tree

    • Hash Map

    • Java

    • Queue

    • Stack

    • Binary Search

    • Programming

    • Sliding Window

    • Composer

    • Memcache

    • Javascript

    • Solid Principles

  • Copyright 2020 – 2021 – webrewrite.com – All Rights Reserved.

  • Home
  • Java
  • Programming Questions
  • Solid Principles
  • Multithreading
  • PHP
  • Database
  • Contact Us
Web Rewrite | Powered by Mantra & WordPress.