mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-28 07:19:02 +02:00
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
This commit is contained in:
@@ -443,7 +443,7 @@ $bar('C'); // Prints "A - B - C"
|
||||
// You can call named functions using strings
|
||||
$function_name = 'add';
|
||||
echo $function_name(1, 2); // => 3
|
||||
// Useful for programatically determining which function to run.
|
||||
// Useful for programmatically determining which function to run.
|
||||
// Or, use call_user_func(callable $callback [, $parameter [, ... ]]);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user