We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc5114 commit 86a2b59Copy full SHA for 86a2b59
functions/path_parse.php
@@ -63,6 +63,8 @@
63
*/
64
function path_parse(string $path) : array
65
{
66
+ // This will be useful for a long-running application,
67
+ // for example if you use the RoadRunner server...
68
static $cache = [];
69
70
if (isset($cache[$path])) {
0 commit comments