Function with
Return the same value you passed to it's argument. Very usefull to access chain object / method in non-reuse-instance cases (PHP v5.3), like with(with($foo = new Foo)->foo())->bar($foo)
.
Parameters summary
mixed |
$anything |
Return value summary
mixed
|
mixed |