File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 147b80d1974b969caad1db188a48f4bcd90f5eb8 Maintainer: mumumu Status: ready -->
3+ <!-- EN-Revision: 312c0c7b39d0722c419f6784cbda24823220dfb3 Maintainer: mumumu Status: ready -->
44
55<sect1 xml : id =" language.types.callable" >
66 <title >コールバック / Callable</title >
77
8- <simpara >
8+ <simpara >
99 callable は、
1010 別の関数への引数として渡される関数またはメソッドを参照するものです。
1111 これらは、<type >callable</type > 型を宣言することで表されます。
12- </simpara >
12+ </simpara >
1313 <informalexample >
1414 <programlisting role =" php" annotations =" non-interactive" >
1515<![CDATA[
@@ -88,7 +88,7 @@ function foo(callable $callback) {
8888 <title >
8989 <classname >Closure</classname > を使ったコールバックの例
9090 </title >
91- <programlisting role =" php" >
91+ <programlisting role =" php" >
9292<![CDATA[
9393<?php
9494// Using anonymous function syntax
@@ -290,7 +290,6 @@ Hello PHP!
290290 </sect2 >
291291
292292</sect1 >
293-
294293<!-- Keep this comment at the end of the file
295294Local variables:
296295mode: sgml
You can’t perform that action at this time.
0 commit comments