File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ echo $result;
228228- You may want to call a methods in PHP that contain long type in Java.
229229In its case, you can call a method as follows:
230230
231- - ex. ) Wrap with ` \PHPJava\Kernel\Types\_Long ` . We recommend this.
232- #### In Java
231+ #### ex. ) Wrap with ` \PHPJava\Kernel\Types\_Long ` . We recommend this.
232+ ##### In Java
233233``` java
234234class Test
235235{
@@ -241,7 +241,7 @@ class Test
241241}
242242```
243243
244- #### In PHP
244+ ##### In PHP
245245``` php
246246<?php
247247$javaClass->getInvoker()->getStatic()->getMethods()->call(
@@ -253,9 +253,8 @@ $javaClass->getInvoker()->getStatic()->getMethods()->call(
253253The example will return ` 1234 ` .
254254
255255
256- - ex. ) Set ` false ` to strict mode within options.
257-
258- #### In PHP
256+ #### ex. ) Set ` false ` to strict mode within options.
257+ ##### In PHP
259258``` php
260259<?php
261260use PHPJava\Core\JavaClass;
You can’t perform that action at this time.
0 commit comments