bind() - Does not support namespaces, selectors or eventData
children() - Does not support selectors
find() - Limited to lookups by tag name
next() - Does not support selectors
on() - Does not support namespaces, selectors or eventData
off() - Does not support namespaces or selectors
one() - Does not support namespaces or selectors
parent() - Does not support selectors
triggerHandler() - Passes a dummy event object to handlers.
unbind() - Does not support namespaces
'session' => [
'class' => 'CCacheHttpSession',
'cacheID' => 'redis',
'sessionName' => 'SESSIONN',
'cookieParams' => [
'httponly' => true,
'domain' => '.' . $_SERVER['SERVER_NAME'],
],
],
<?php
require_once('vendor/autoload.php');
$idn = new \idna_convert(array('idn_version' => 2008));
echo $idn->encode('lübeck.de'); // prints 'xn--lbeck-kva.de'
echo $idn->decode('xn--lbeck-kva.de') // prints 'lübeck.de'
uglifyjs jquery.js bootstrap.js mylib.js myapp.js -c -m -o compiled.js