How does docker-php-ext-enable work?

after executing this command, you can open an extension, but I don"t quite understand what this principle is. I wish I couldn"t find the line that opened the extension in the php.ini configuration file.
I hope seniors can explain this.

Mar.02,2022

isn't it

    ini="$PHP_INI_DIR/conf.d/${iniName:-"docker-php-ext-$ext.ini"}"
    if ! grep -q "$line" "$ini" 2>/dev/null; then
        echo "$line" >> "$ini"
    fi
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3612a-34394.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3612a-34394.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?