La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
<?php declare(strict_types=1);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
*/
/**
* @param string $filepath
function irstea_plantmul_include($filepath)
{
/* @noinspection UsingInclusionOnceReturnValueInspection */
@include_once $filepath;
}