Skip to content

Commit 70cc414

Browse files
committed
Updated README.mkd
1 parent 9b49821 commit 70cc414

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.mkd

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ The first is calling global functions, as follows
5656

5757
PHPObject returnValue = php.fx("function_name", arg1, arg2, ...);
5858

59-
The return type for the `fx(String, Object ... args)` method is an instance of our [`PHPObject`](http://aaroncollegeman.com/static/projects/php-in-java/javadoc/net/collegeman/phpinjava/PHPObject.html) class,
60-
which wraps a special kind of Quercus object called [`Value`](http://www.caucho.com/resin-javadoc/com/caucho/quercus/env/Value.html). Through our `PHPObject`
61-
API you can
59+
The return type for the `fx(String, Object ... args)` method is an instance of our <a href="http://aaroncollegeman.com/static/projects/php-in-java/javadoc/net/collegeman/phpinjava/PHPObject.html">`PHPObject`</a> class, which wraps a special kind of Quercus object called <a href="http://www.caucho.com/resin-javadoc/com/caucho/quercus/env/Value.html">`Value`</a>. Through our `PHPObject` API you can
6260

6361
* retrieve a `String` version of the `Value`'s content with `toString()`
6462
* read/write object properties with `getProperty(String property)` and `setProperty(String property, Object newValue)`

0 commit comments

Comments
 (0)