名前
registerPrefixes — Register many vendor prefixes with the autoloader
概要
registerPrefixes(
$prefixes
);
registerPrefixes()
Accepts either an array or Traversable
object. It
will then iterate through the argument, and pass each item to registerPrefix().