double b = a / 20.;
Content model:
- If the element has a label attribute and a value attribute: Nothing.
- If the element has a label attribute but no value attribute: Text.
- If the element has no label attribute: and is not a child of a datalist element: Text that is not inter-element white space.
- If the element has no label attribute and is a child of a datalist element: Text.
var_dump(pathinfo('/var/www/domain.com/pages/Стандартная библиотека Kotlin.html'));
// array(4) {
// ["dirname"] => string(26) "/var/www/domain.com/pages"
// ["basename"] => string(55) "Стандартная библиотека Kotlin.html"
// ["extension"] => string(4) "html"
// ["filename"] => string(50) "Стандартная библиотека Kotlin"
//}