php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "start"

Are there alternative PHP functions, such as system() or passthru(), that can be used to start external programs?

Yes, there are alternative PHP functions that can be used to start external programs, such as exec(), shell_exec(), system(), and passthru(). These fu...

How can the order of array indices in PHP be controlled to start from 0 instead of 1?

In PHP, the default behavior is for array indices to start from 0. If you encounter an array where the indices start from 1 instead of 0, you can rein...

What is the correct way to start a session in PHP?

To start a session in PHP, you need to call the session_start() function at the beginning of your script before any output is sent to the browser. Thi...

How can the \K escape sequence be utilized in PHP regex patterns to reset the match start?

The \K escape sequence in PHP regex patterns can be utilized to reset the match start, allowing you to exclude part of the matched string from the fin...

What steps should be taken to properly start a session in PHP?

To properly start a session in PHP, you need to call the session_start() function at the beginning of your script. This function initializes a session...

Showing 46 to 50 of 3652 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 730 731 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.