1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
formstream.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\Web\Http;
4
5class FormStream extends Stream
6{
7 public function __construct(array $data)
8 {
9 parent::__construct('php://temp', 'r+');
10
11 $this->build($data);
12 $this->rewind();
13 }
14
15 protected function build(array $data)
16 {
17 $this->write(http_build_query($data, '', '&'));
18 }
19}
build(array $data)
Определения formstream.php:15
__construct(array $data)
Определения formstream.php:7
write(string $string)
Определения stream.php:187
$data['IS_AVAILABLE']
Определения .description.php:13
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804