php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "continuous programming"

What are some alternative programming languages that can be used to achieve automated tasks in PHP without using an endless loop?

When trying to achieve automated tasks in PHP without using an endless loop, one alternative is to use a task scheduler like Cron. Cron allows you to...

Where can I find more information about object-oriented programming in PHP?

To find more information about object-oriented programming in PHP, you can refer to the official PHP documentation, online tutorials, books on PHP pro...

How can beginners transition from procedural programming to object-oriented programming in PHP, and what are some best practices for this transition?

Beginners can transition from procedural programming to object-oriented programming in PHP by first understanding the basic principles of object-orien...

Are there any recommended online books or tutorials for PHP 5 object-oriented programming?

There are several recommended online books and tutorials for PHP 5 object-oriented programming. Some popular resources include "PHP Objects, Patterns,...

What are the differences between prozedural and object-oriented programming in PHP?

Procedural programming in PHP involves writing code that follows a step-by-step approach, where functions are used to perform specific tasks. On the o...

Showing 71 to 75 of 3372 results

‹ 1 2 ... 12 13 14 15 16 17 18 ... 674 675 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.