Showing 10 of 2,133 results.

Mutable Function | Laravel Array Helper Function: array_set

This function affects the original $array . Which would produce a familiar looking array: 1 array( 1 ) { 2 [ " person " ] array(2) { 3 [ " first_name " ] " Jane " 4 [ " last_name " ] " Doe " 5 } 6 } Overwriting the value of first_name is also easy...

Comment Systems and Statamic | Rebuilding Stillat.com

My old site did not have many comments, but I feel like they are part of the site (even if I don't directly create them), and I learn things from them every now and then; I wanted them to be part of the new site. As stated in a previous section, I...

13. Use with the GNU Affero General Public License. | License

Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting...

getVerbatimBlocks | Querying Document Nodes

Returns all verbatim blocks within the document. Returns all valid @verbatim / @endverbatim regions within the source document. Unpaired verbatim directives that could not be converted into a valid VerbatimNode instance will either become part of...