php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "object methods"

What are the advantages of using MySQLi or PDO over the mysql_* API in PHP for database queries?

Using MySQLi or PDO over the mysql_* API in PHP for database queries is recommended because they offer improved security features such as prepared sta...

What are some essential books or online courses for advanced PHP programming and design patterns?

One essential book for advanced PHP programming and design patterns is "PHP Objects, Patterns, and Practice" by Matt Zandstra. This book covers object...

What are the advantages of using a current library like mysqli or PDO over mysql_connect in PHP?

Using a current library like mysqli or PDO over mysql_connect in PHP offers several advantages, including improved security through the use of prepare...

How can the second parameter of json_decode function be utilized to handle data retrieval more effectively in PHP?

When using the json_decode function in PHP, the second parameter can be utilized to specify whether the returned data should be converted into an asso...

What are some common errors that can occur when using DateTime objects in PHP?

One common error when using DateTime objects in PHP is providing an incorrect date format when creating a new DateTime object. To avoid this error, en...

Showing 9996 to 10000 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.