Skip to content
Top Menu
October 8, 2022
  • About
  • Privacy and Policy
  • Facebook
  • Instagram
  • Youtube
  • Linkedin
tutspack

TutsPack

Read more and Learn more

  • Home
  • DS and Algorithm
  • OOP
  • Artificial Intelligence
  • Python
  • Laravel
  • Javascript
  • Vue / Nuxt.JS
Main Menu

PHP

polymorphism
OOP / PHP

Polymorphism in OOP abstract class and interface

May 5, 2022May 5, 2022 - by Anisur Rahman Shahin - Leave a Comment

Polymorphism is a Greek word. Polymorphism means many forms. In Object-Oriented Programming (OOP) polymorphism is slightly similar to inheritance. There are two types of polymorphism. Method overloading and method overriding. …

Read More
class constant
OOP / PHP

Class Constant and instanceof keyword in PHP

March 23, 2022March 23, 2022 - by Anisur Rahman Shahin - Leave a Comment

Class Constant is something invariable or unchanging: such as a number that has a fixed value in a given situation or universally or that is characteristic of some substance or …

Read More
inheritance
OOP / PHP

Inheritance in OOP example with PHP

March 22, 2022March 22, 2022 - by Anisur Rahman Shahin - Leave a Comment

Using Inheritance we can share methods or properties from one class to another class. Or you can say using Inheritance allows a class to reuse the code from another class …

Read More
OOP / PHP

Magic Methods in PHP OOP

March 20, 2022March 20, 2022 - by Anisur Rahman Shahin - Leave a Comment

The Magic method works magically. In PHP magic methods are the special methods in a class. Each magic method has a special power. They perform special tasks. By convention, the …

Read More
OOP
OOP / PHP

This Static and Self keyword in OOP example with PHP

March 18, 2022March 18, 2022 - by Anisur Rahman Shahin - Leave a Comment

The $this keyword denoted the current object and it is available inside a class. $this is a reserve keyword, which is allowed you to access the properties and methods of …

Read More
Class and Object
OOP / PHP

Inheritance in OOP with example

March 17, 2022March 17, 2022 - by Anisur Rahman Shahin - Leave a Comment

Using Inheritance we can share methods or properties from one class to another class. Or you can say using Inheritance allows a class to reuse the code from another class …

Read More
Class and Object
OOP / PHP

Class and Object in OOP example with PHP

March 14, 2022March 14, 2022 - by Anisur Rahman Shahin - Leave a Comment

To implement OOP, first, you have to knowledge about objects. In this tutorial, I am going to discuss objects and class. So, here we go. What is Object? An object …

Read More
Object-oriented programming
OOP / PHP

Introduction with Object-oriented programming – (OOP)

March 7, 2022March 7, 2022 - by Anisur Rahman Shahin - Leave a Comment

Object-oriented programming. Hello developers, how are you doing? In this tutorial, I am going to discuss OOP. Well, OOP stands for Object-Oriented Programming. OOP is a programming concept that is …

Read More
PHP

30 PHP built-in function you should know

October 24, 2021October 24, 2021 - by Anisur Rahman Shahin - Leave a Comment

Hello developers, How are you doing? In this tutorial, I will discuss with you 30 PHP built-in functions that you should know. explode() The explode() function breaks a string into …

Read More
tutspack laravel
PHP

PHP Array built-in functions in in_array()

April 26, 2021August 6, 2021 - by Anisur Rahman Shahin - 2 Comments.

Aarray built in functions in php. Hello Programmers, In this tutorial, I will discuss with you a PHP built in function which is in_array(). The PHP in_array() function is a …

Read More

Posts navigation

1 2 Next

Search

  • Popular
  • Comments
  • Tags
interview-questions

10 PHP Interview Questions You should know

April 15, 2021April 23, 2021

tutspack laravel

CRUD Example with Repository Design Pattern in Laravel

April 25, 2021June 10, 2021

tutspack laravel

Laravel 8 API CRUD with Authentication using Sanctum

April 24, 2021June 10, 2021

Stack

How to implement Stack using Link List?

April 15, 2021April 15, 2021

tutspack laravel

PHP Array built-in functions in in_array()

April 26, 2021August 6, 2021

tutspack laravel

Send SMS in mobile using nexmo from laravel application

April 29, 2021January 3, 2022

laravel faker

How to generate fake data in Laravel using factory and faker

April 16, 2021April 16, 2021

Anisur Rahman Shahin - PHP Array built-in functions in in_array()

thanks

Rosella - PHP Array built-in functions in in_array()

Hi there, I discovered your website by the use of Google whilst searching for a similar subject, your site got…

PHP in_array() Array Function Example - TutsPack - CRUD Example with Repository Design Pattern in Laravel

[…] Read More : laravel api CRUD with sanctum […]

CRUD Example with Repository Design Pattern in Laravel - TutsPack - 10 PHP Interview Questions You should know

[…] Read : 10 PHP interview question […]

How to make Digital Clock using Vanilla Javascript - TutsPack - How to use Mixins in Nuxt.JS with Example

[…] Read More : How to use Mixins in Nuxt.JS with Example […]

AI algorithm Artificial Intelligence BFS binary tree cache data structure database design pattern DevOps Docker graph Internet Connection Detect interview questions Javascript JWT laravel laravel 9 laravel advance laravel and vue Laravel API Sanctum Laravel Authorization Gate and Policy laravel blade directive laravel cache laravel nexmo sms Link List Machine Learning Nuxt Js OOP ORM PHP PHP interview Questions priority queue Python queue redis in laravel Selection sort Stack Task Scheduling time complexity Vanilla JS Projects Vue Js

Recent Posts

  • Naive Bayes Classifier Machine Learning Algorithm
  • Linear regression Machine Learning Algorithm scikit-learn
  • Polymorphism in OOP abstract class and interface
  • Decision Tree Machine Learning Algorithm with Python Code
  • What is machine learning?

Categories

  • Artificial Intelligence (6)
    • Machine Learning (4)
  • DS and Algorithm (23)
  • Interview Question (2)
  • Javascript (10)
    • Vue / Nuxt.JS (5)
  • Laravel (31)
  • OOP (8)
  • PHP (11)
  • Programming (2)
  • Python (13)
    • Django (1)
  • Uncategorized (1)

Categories

  • Artificial Intelligence (6)
    • Machine Learning (4)
  • DS and Algorithm (23)
  • Interview Question (2)
  • Javascript (10)
    • Vue / Nuxt.JS (5)
  • Laravel (31)
  • OOP (8)
  • PHP (11)
  • Programming (2)
  • Python (13)
    • Django (1)
  • Uncategorized (1)

Tags

AI (1) algorithm (22) Artificial Intelligence (4) BFS (1) binary tree (1) cache (1) database (1) data structure (23) design pattern (3) DevOps (1) Docker (1) graph (2) Internet Connection Detect (1) interview questions (1) Javascript (6) JWT (1) laravel (23) laravel 9 (1) laravel advance (11) laravel and vue (1) Laravel API Sanctum (1) Laravel Authorization Gate and Policy (1) laravel blade directive (1) laravel cache (1) laravel nexmo sms (1) Link List (1) Machine Learning (4) Nuxt Js (1) OOP (2) ORM (1) PHP (8) PHP interview Questions (1) priority queue (1) Python (7) queue (3) redis in laravel (1) Selection sort (1) Stack (2) Task Scheduling (1) time complexity (1) Vanilla JS Projects (1) Vue Js (2)

Recent Posts

  • Naive Bayes Classifier Machine Learning Algorithm
  • Linear regression Machine Learning Algorithm scikit-learn
  • Polymorphism in OOP abstract class and interface
  • Decision Tree Machine Learning Algorithm with Python Code
  • What is machine learning?
Copyright © 2022 TutsPack.
Development By AR Shahin