Append a record to the end of a text file: Difference between revisions

Content deleted Content added
Line 2,270: Line 2,270:


=={{header|PHP}}==
=={{header|PHP}}==

{|class="wikitable" style="text-align: center; margin: 1em auto 1em auto;"
|+ Append Capabilities.
|-
!colspan=2| Data Representation
!rowspan=2| IO<BR>Library
!rowspan=2| Append<BR>Possible
!rowspan=2| Automatic<BR>Append
!rowspan=2| Multi-tasking<BR>Safe
|-
! In core || On disk
|-
| String, array or stream resource || Nearly anything || built-in || ☑ || ☐ || ☑
|}


<lang PHP><?php
<lang PHP><?php