# depicter/1.2.0/modules/GuzzleHttp/Promise/functions_include.php

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

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/modules/GuzzleHttp/Promise/functions_include.php
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/modules/GuzzleHttp/Promise/functions_include.php
- Modified: 2022-06-01T06:26:20+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/1.2.0/code/modules/GuzzleHttp/Promise/functions_include.php#L10-L20`.

```php
<?php

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

```
