update : 2015.11.03
php.shukuma.com검색:
|
Closure::call(PHP 7) Closure::call — Binds and calls the closure 설명
Temporarily binds the closure to 인수
반환값Returns the return value of the closure. 예제Example #1 Closure::call() example
<?php 위 예제의 출력: int(7) int(8) |