Skip to content

Commit 367878b

Browse files
committed
Add links to php.net doc
1 parent 186c4e6 commit 367878b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/method/MongoDBGridFSBucket-registerGlobalStreamWrapperAlias.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ can be accessed using a filename string in the form ``gridfs://<bucket-alias>/<f
4040

4141
Supported stream functions:
4242

43-
- ``copy()``
44-
- ``file_exists()``
45-
- ``file_get_contents()``
46-
- ``file_put_contents()``
47-
- ``filemtime()``
48-
- ``filesize()``
49-
- ``file()``
50-
- ``fopen()`` (with "r", "rb", "w", and "wb" modes)
43+
- :php:`copy() <copy>`
44+
- :php:`file_exists() <file_exists>`
45+
- :php:`file_get_contents() <file_get_contents>`
46+
- :php:`file_put_contents() <file_put_contents>`
47+
- :php:`filemtime() <filemtime>`
48+
- :php:`filesize() <filesize>`
49+
- :php:`file() <file>`
50+
- :php:`fopen() <fopen>`` (with "r", "rb", "w", and "wb" modes)
5151

5252
In read mode, the stream context can contain the option ``gridfs['revision']``
5353
to specify the revision number of the file to read. If omitted, the most recent

0 commit comments

Comments
 (0)