CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: max(three, seven)?
(Example: nine)

The Note You're Voting On

liam at N0SPAM dot boxclever dot ca
1 year ago
Options provided by bitmask parameters can be disabled using !

<?php
debug_backtrace
( !DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS);
?>

<< Back to user notes page

To Top