Skip to content

Commit 18c0e37

Browse files
klaussilveiraweaverryan
authored andcommitted
Adding phpfunction as mentioned by @wouterj
1 parent 3e6b891 commit 18c0e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ using. The following types are supported in Doctrine:
14481448
* ``boolean``
14491449
* ``object`` (serialized and stored in a ``CLOB`` field)
14501450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451-
* ``simple_array`` (serialized using implode() and explode(), with a comma as delimiter, and stored in a ``CLOB`` field)
1452-
* ``json_array`` (serialized using json_encode() and json_decode(), and stored in a ``CLOB`` field)
1451+
* ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`, with a comma as delimiter, and stored in a ``CLOB`` field)
1452+
* ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`, and stored in a ``CLOB`` field)
14531453
* ``blob`` (mapped to a resource stream)
14541454
* ``guid``
14551455

0 commit comments

Comments
 (0)