# depicter/trunk/modules/GuzzleHttp/functions_include.php

Depicter — Popup &amp; Slider Builder, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/modules/GuzzleHttp/functions_include.php
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/modules/GuzzleHttp/functions_include.php
- Modified: 2024-03-02T11:03:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/trunk/code/modules/GuzzleHttp/functions_include.php#L10-L20`.

```php
<?php

// Don't redefine the functions if included multiple times.
if (!\function_exists('Depicter\GuzzleHttp\describe_type')) {
    require __DIR__.'/functions.php';
}

```
