Answer Posted / Satish Kumar Meena
In PHP, threads refer to multiple execution paths that can run concurrently. However, since PHP does not support true multithreading natively, it uses a mechanism called process-based multiplexing, where each thread runs in a separate process. To achieve multithreading in PHP, you can use the Gearman extension or PHP's pthreads extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers