CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

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

The Note You're Voting On

Anonymous
5 years ago
If you use T-Regx library, to get the last constant, you can use

<?php

echo preg_last_error_constant(); // 'PREG_BAD_UTF8_ERROR'

<< Back to user notes page

To Top