php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external program"

What are the best practices for interacting with external C programs, like aqbanking-cli, within a PHP script?

When interacting with external C programs like aqbanking-cli within a PHP script, it is best to use the `exec()` function to execute the C program and...

What are the similarities and differences between pseudocode, program flowcharts, and structure diagrams in PHP programming?

Pseudocode, program flowcharts, and structure diagrams are all tools used in software development to plan and visualize the logic of a program before...

What is the issue with PHP waiting for the return of a C program started with shell_exec?

When PHP uses `shell_exec` to start a C program, it waits for the program to finish before continuing execution. If the C program does not return a re...

How can PHP session variables be accessed from different parts of a program?

To access PHP session variables from different parts of a program, you can simply start the session using session_start() at the beginning of your PHP...

Can PHPUnit be used to test entire program flows or just individual methods?

PHPUnit can be used to test both individual methods and entire program flows. To test entire program flows, you can use PHPUnit to create test cases t...

Showing 46 to 50 of 5760 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1151 1152 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.