Skip to main content

Functions

Use this section when you know you need a built-in helper but you are still choosing the right one, checking exact syntax, or confirming execution behavior.

Browse by category

The category pages group functions by task, not by implementation detail.

Each category page separates primary matches from cross-listed helpers so you can browse by task without losing legitimate alternate paths.

Canonical function pages

Each $function page is the source of truth for syntax, examples, category badges, and execution badges. Use the category pages to narrow the field, then open the canonical function page for the exact behavior you need.

Async and parallel execution

Use Async And Concurrency when you want a browsable list of helpers that do async work or coordinate concurrency. Use Async execution when you need the execution model behind array constructors, $pMap(), $pLimit(), and other parallel-capable patterns.

Search or browse

Use search when you already know the helper name or part of its signature. Use category browsing when you know the task you need to accomplish but not the exact helper name yet.