Definition
/**
* Create a ManualDetector.
*
* Returns manually specified resource attributes. Use this when you need
* to set attributes explicitly rather than detecting them automatically.
*
* @param array<string, array<bool|float|int|string>|bool|float|int|string> $attributes Resource attributes
*/
manual_detector(array $attributes) : ManualDetector